#BC74DC

Color #BC74DC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BC74DC

Tints of Medium Orchid #BC74DC

Color information

#BC74DC (or 0xBC74DC) is unknown color: approx Medium Orchid. HEX triplet: BC, 74 and DC. RGB value is (188,116,220). Sum of RGB (Red+Green+Blue) = 188+116+220=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC74DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74DC is #438B23. Grayscale: #959595. Windows color (decimal): -4426532 or 14447804. OLE color: 14447804.

HSL color Cylindrical-coordinate representation of color #BC74DC: hue angle of 281.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC74DC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188116220-
CMYK0.150.4700.14
HSL281.54º59.77%65.88%-
HSV(B)281.54º47.27%86.27%-
XYZ39.928.3571.08-
YUV149.38167.85155.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 116 (45.70% from 255) = 22.14%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=35.88%
G=22.14%
B=41.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881162200.150.4700.14281.5459.7765.88
HexBC74DCF2F0E11a3c42
Octal274164334175701643274102
Binary101111001110100110111001111101111011101000110101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74DC; }

 p { color: rgb(188,116,220); }

 H1.HeaderClassName
 {
   color: #BC74DC;
 }
 .AnyTagClassName
 {
   color: #BC74DC;
 }
</style>
background-color css

<style>
 a { background-color: #BC74DC; }

 a { background-color: rgb(188,116,220); }

 div.DivClassName
 {
   background-color: #BC74DC;
 }
 .BgClassName
 {
   background-color: #BC74DC;
 }
</style>
border-color css

<style>
 span { border-color: #BC74DC; }

 span { border-color: rgb(188,116,220); }

 td.TdClassName
 {
   border-color: #BC74DC;
 }
 .TagClassName
 {
   border-color: #BC74DC;
 }
</style>