Shades of Dark Orchid #BC2BE6
Tints of Dark Orchid #BC2BE6
RGB
CMYK
RGB Variations
Color information
#BC2BE6 (or 0xBC2BE6) is known color: Dark Orchid. HEX triplet: BC, 2B and E6. RGB value is (188,43,230). Sum of RGB (Red+Green+Blue) = 188+43+230=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC2BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2BE6 is #43D419. Grayscale: #6B6B6B. Windows color (decimal): -4445210 or 15084476. OLE color: 15084476.
HSL color Cylindrical-coordinate representation of color #BC2BE6: hue angle of 286.52º 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 #BC2BE6 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 43 | 230 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.10 |
| HSL | 286.52º | 0.79% | 0.54% | - |
| HSV(B) | 286.52º | 0.81% | 0.9% | - |
| XYZ | 35.89 | 18.13 | 76.47 | - |
| YUV | 107.67 | 197.04 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 230 | 0.18 | 0.81 | 0 | 0.10 | 286.52 | 0.79 | 0.54 |
| Hex | BC | 2B | E6 | 12 | 51 | 0 | A | 11F | 4F | 36 |
| Octal | 274 | 53 | 346 | 22 | 121 | 0 | 12 | 437 | 117 | 66 |
| Binary | 10111100 | 101011 | 11100110 | 10010 | 1010001 | 0 | 1010 | 100011111 | 1001111 | 110110 |
Color Harmonies of #BC2BE6
Complementary color
Monochromatic Colors of #BC2BE6
Black with #BC2BE6
Text Example
Text Example
White with #BC2BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BE6; }
p { color: rgb(188,43,230); }
H1.HeaderClassName
{
color: #BC2BE6;
}
.AnyTagClassName
{
color: #BC2BE6;
}
</style>
background-color css
<style>
a { background-color: #BC2BE6; }
a { background-color: rgb(188,43,230); }
div.DivClassName
{
background-color: #BC2BE6;
}
.BgClassName
{
background-color: #BC2BE6;
}
</style>
border-color css
<style>
span { border-color: #BC2BE6; }
span { border-color: rgb(188,43,230); }
td.TdClassName
{
border-color: #BC2BE6;
}
.TagClassName
{
border-color: #BC2BE6;
}
</style>