Shades of Dark Orchid #BC2CE9
Tints of Dark Orchid #BC2CE9
RGB
CMYK
RGB Variations
Color information
#BC2CE9 (or 0xBC2CE9) is known color: Dark Orchid. HEX triplet: BC, 2C and E9. RGB value is (188,44,233). Sum of RGB (Red+Green+Blue) = 188+44+233=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC2CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2CE9 is #43D316. Grayscale: #6B6B6B. Windows color (decimal): -4444951 or 15281340. OLE color: 15281340.
HSL color Cylindrical-coordinate representation of color #BC2CE9: hue angle of 285.71º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2CE9 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 44 | 233 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.09 |
| HSL | 285.71º | 0.81% | 0.54% | - |
| HSV(B) | 285.71º | 0.81% | 0.91% | - |
| XYZ | 36.35 | 18.38 | 78.72 | - |
| YUV | 108.6 | 198.21 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 233 | 0.19 | 0.81 | 0 | 0.09 | 285.71 | 0.81 | 0.54 |
| Hex | BC | 2C | E9 | 13 | 51 | 0 | 9 | 11E | 51 | 36 |
| Octal | 274 | 54 | 351 | 23 | 121 | 0 | 11 | 436 | 121 | 66 |
| Binary | 10111100 | 101100 | 11101001 | 10011 | 1010001 | 0 | 1001 | 100011110 | 1010001 | 110110 |
Color Harmonies of #BC2CE9
Complementary color
Monochromatic Colors of #BC2CE9
Black with #BC2CE9
Text Example
Text Example
White with #BC2CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CE9; }
p { color: rgb(188,44,233); }
H1.HeaderClassName
{
color: #BC2CE9;
}
.AnyTagClassName
{
color: #BC2CE9;
}
</style>
background-color css
<style>
a { background-color: #BC2CE9; }
a { background-color: rgb(188,44,233); }
div.DivClassName
{
background-color: #BC2CE9;
}
.BgClassName
{
background-color: #BC2CE9;
}
</style>
border-color css
<style>
span { border-color: #BC2CE9; }
span { border-color: rgb(188,44,233); }
td.TdClassName
{
border-color: #BC2CE9;
}
.TagClassName
{
border-color: #BC2CE9;
}
</style>