Shades of Dark Orchid #BC2CE6
Tints of Dark Orchid #BC2CE6
RGB
CMYK
RGB Variations
Color information
#BC2CE6 (or 0xBC2CE6) is known color: Dark Orchid. HEX triplet: BC, 2C and E6. RGB value is (188,44,230). Sum of RGB (Red+Green+Blue) = 188+44+230=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC2CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2CE6 is #43D319. Grayscale: #6B6B6B. Windows color (decimal): -4444954 or 15084732. OLE color: 15084732.
HSL color Cylindrical-coordinate representation of color #BC2CE6: hue angle of 286.45º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2CE6 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 44 | 230 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.10 |
| HSL | 286.45º | 0.79% | 0.54% | - |
| HSV(B) | 286.45º | 0.81% | 0.9% | - |
| XYZ | 35.92 | 18.21 | 76.48 | - |
| YUV | 108.26 | 196.71 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 230 | 0.18 | 0.81 | 0 | 0.10 | 286.45 | 0.79 | 0.54 |
| Hex | BC | 2C | E6 | 12 | 51 | 0 | A | 11E | 4F | 36 |
| Octal | 274 | 54 | 346 | 22 | 121 | 0 | 12 | 436 | 117 | 66 |
| Binary | 10111100 | 101100 | 11100110 | 10010 | 1010001 | 0 | 1010 | 100011110 | 1001111 | 110110 |
Color Harmonies of #BC2CE6
Complementary color
Monochromatic Colors of #BC2CE6
Black with #BC2CE6
Text Example
Text Example
White with #BC2CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CE6; }
p { color: rgb(188,44,230); }
H1.HeaderClassName
{
color: #BC2CE6;
}
.AnyTagClassName
{
color: #BC2CE6;
}
</style>
background-color css
<style>
a { background-color: #BC2CE6; }
a { background-color: rgb(188,44,230); }
div.DivClassName
{
background-color: #BC2CE6;
}
.BgClassName
{
background-color: #BC2CE6;
}
</style>
border-color css
<style>
span { border-color: #BC2CE6; }
span { border-color: rgb(188,44,230); }
td.TdClassName
{
border-color: #BC2CE6;
}
.TagClassName
{
border-color: #BC2CE6;
}
</style>