Shades of Dark Orchid #BC2ADF
Tints of Dark Orchid #BC2ADF
RGB
CMYK
RGB Variations
Color information
#BC2ADF (or 0xBC2ADF) is known color: Dark Orchid. HEX triplet: BC, 2A and DF. RGB value is (188,42,223). Sum of RGB (Red+Green+Blue) = 188+42+223=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC2ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ADF is #43D520. Grayscale: #696969. Windows color (decimal): -4445473 or 14625468. OLE color: 14625468.
HSL color Cylindrical-coordinate representation of color #BC2ADF: hue angle of 288.4º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2ADF is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 42 | 223 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.13 |
| HSL | 288.4º | 0.74% | 0.52% | - |
| HSV(B) | 288.4º | 0.81% | 0.87% | - |
| XYZ | 34.89 | 17.68 | 71.38 | - |
| YUV | 106.29 | 193.87 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 223 | 0.16 | 0.81 | 0 | 0.13 | 288.4 | 0.74 | 0.52 |
| Hex | BC | 2A | DF | 10 | 51 | 0 | D | 120 | 4A | 34 |
| Octal | 274 | 52 | 337 | 20 | 121 | 0 | 15 | 440 | 112 | 64 |
| Binary | 10111100 | 101010 | 11011111 | 10000 | 1010001 | 0 | 1101 | 100100000 | 1001010 | 110100 |
Color Harmonies of #BC2ADF
Complementary color
Monochromatic Colors of #BC2ADF
Black with #BC2ADF
Text Example
Text Example
White with #BC2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2ADF; }
p { color: rgb(188,42,223); }
H1.HeaderClassName
{
color: #BC2ADF;
}
.AnyTagClassName
{
color: #BC2ADF;
}
</style>
background-color css
<style>
a { background-color: #BC2ADF; }
a { background-color: rgb(188,42,223); }
div.DivClassName
{
background-color: #BC2ADF;
}
.BgClassName
{
background-color: #BC2ADF;
}
</style>
border-color css
<style>
span { border-color: #BC2ADF; }
span { border-color: rgb(188,42,223); }
td.TdClassName
{
border-color: #BC2ADF;
}
.TagClassName
{
border-color: #BC2ADF;
}
</style>