Shades of Dark Orchid #BC2ADE
Tints of Dark Orchid #BC2ADE
RGB
CMYK
RGB Variations
Color information
#BC2ADE (or 0xBC2ADE) is known color: Dark Orchid. HEX triplet: BC, 2A and DE. RGB value is (188,42,222). Sum of RGB (Red+Green+Blue) = 188+42+222=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC2ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ADE is #43D521. Grayscale: #696969. Windows color (decimal): -4445474 or 14559932. OLE color: 14559932.
HSL color Cylindrical-coordinate representation of color #BC2ADE: hue angle of 288.67º degrees, saturation: 0.73, 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 #BC2ADE is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 42 | 222 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.13 |
| HSL | 288.67º | 0.73% | 0.52% | - |
| HSV(B) | 288.67º | 0.81% | 0.87% | - |
| XYZ | 34.75 | 17.62 | 70.68 | - |
| YUV | 106.17 | 193.37 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 222 | 0.15 | 0.81 | 0 | 0.13 | 288.67 | 0.73 | 0.52 |
| Hex | BC | 2A | DE | F | 51 | 0 | D | 121 | 49 | 34 |
| Octal | 274 | 52 | 336 | 17 | 121 | 0 | 15 | 441 | 111 | 64 |
| Binary | 10111100 | 101010 | 11011110 | 1111 | 1010001 | 0 | 1101 | 100100001 | 1001001 | 110100 |
Color Harmonies of #BC2ADE
Complementary color
Monochromatic Colors of #BC2ADE
Black with #BC2ADE
Text Example
Text Example
White with #BC2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2ADE; }
p { color: rgb(188,42,222); }
H1.HeaderClassName
{
color: #BC2ADE;
}
.AnyTagClassName
{
color: #BC2ADE;
}
</style>
background-color css
<style>
a { background-color: #BC2ADE; }
a { background-color: rgb(188,42,222); }
div.DivClassName
{
background-color: #BC2ADE;
}
.BgClassName
{
background-color: #BC2ADE;
}
</style>
border-color css
<style>
span { border-color: #BC2ADE; }
span { border-color: rgb(188,42,222); }
td.TdClassName
{
border-color: #BC2ADE;
}
.TagClassName
{
border-color: #BC2ADE;
}
</style>