Shades of Dark Orchid #BC2AE8
Tints of Dark Orchid #BC2AE8
RGB
CMYK
RGB Variations
Color information
#BC2AE8 (or 0xBC2AE8) is known color: Dark Orchid. HEX triplet: BC, 2A and E8. RGB value is (188,42,232). Sum of RGB (Red+Green+Blue) = 188+42+232=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC2AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2AE8 is #43D517. Grayscale: #6A6A6A. Windows color (decimal): -4445464 or 15215292. OLE color: 15215292.
HSL color Cylindrical-coordinate representation of color #BC2AE8: hue angle of 286.11º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2AE8 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 42 | 232 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.09 |
| HSL | 286.11º | 0.81% | 0.54% | - |
| HSV(B) | 286.11º | 0.82% | 0.91% | - |
| XYZ | 36.13 | 18.17 | 77.95 | - |
| YUV | 107.31 | 198.37 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 232 | 0.19 | 0.82 | 0 | 0.09 | 286.11 | 0.81 | 0.54 |
| Hex | BC | 2A | E8 | 13 | 52 | 0 | 9 | 11E | 51 | 36 |
| Octal | 274 | 52 | 350 | 23 | 122 | 0 | 11 | 436 | 121 | 66 |
| Binary | 10111100 | 101010 | 11101000 | 10011 | 1010010 | 0 | 1001 | 100011110 | 1010001 | 110110 |
Color Harmonies of #BC2AE8
Complementary color
Monochromatic Colors of #BC2AE8
Black with #BC2AE8
Text Example
Text Example
White with #BC2AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2AE8; }
p { color: rgb(188,42,232); }
H1.HeaderClassName
{
color: #BC2AE8;
}
.AnyTagClassName
{
color: #BC2AE8;
}
</style>
background-color css
<style>
a { background-color: #BC2AE8; }
a { background-color: rgb(188,42,232); }
div.DivClassName
{
background-color: #BC2AE8;
}
.BgClassName
{
background-color: #BC2AE8;
}
</style>
border-color css
<style>
span { border-color: #BC2AE8; }
span { border-color: rgb(188,42,232); }
td.TdClassName
{
border-color: #BC2AE8;
}
.TagClassName
{
border-color: #BC2AE8;
}
</style>