#BC28D2

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

Shades of Dark Orchid #BC28D2

Tints of Dark Orchid #BC28D2

Color information

#BC28D2 (or 0xBC28D2) is unknown color: approx Dark Orchid. HEX triplet: BC, 28 and D2. RGB value is (188,40,210). Sum of RGB (Red+Green+Blue) = 188+40+210=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC28D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28D2 is #43D72D. Grayscale: #676767. Windows color (decimal): -4445998 or 13772988. OLE color: 13772988.

HSL color Cylindrical-coordinate representation of color #BC28D2: hue angle of 292.24º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC28D2 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18840210-
CMYK0.100.8100.18
HSL292.24º68%49.02%-
HSV(B)292.24º80.95%82.35%-
XYZ33.1316.8662.48-
YUV103.63188.03188.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 40 (16.02% from 255) = 9.13%
BLUE value IS 210 (82.42% from 255) = 47.95%
R=42.92%
G=9.13%
B=47.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188402100.100.8100.18292.246849.02
HexBC28D2A510121244431
Octal274503221212102244410461
Binary1011110010100011010010101010100010100101001001001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC28D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC28D2; }

 p { color: rgb(188,40,210); }

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

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

 a { background-color: rgb(188,40,210); }

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

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

 span { border-color: rgb(188,40,210); }

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