Shades of Dark Orchid #BC2BDE
Tints of Dark Orchid #BC2BDE
RGB
CMYK
RGB Variations
Color information
#BC2BDE (or 0xBC2BDE) is known color: Dark Orchid. HEX triplet: BC, 2B and DE. RGB value is (188,43,222). Sum of RGB (Red+Green+Blue) = 188+43+222=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC2BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BDE is #43D421. Grayscale: #6A6A6A. Windows color (decimal): -4445218 or 14560188. OLE color: 14560188.
HSL color Cylindrical-coordinate representation of color #BC2BDE: hue angle of 288.6º 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 #BC2BDE is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 43 | 222 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.13 |
| HSL | 288.6º | 0.73% | 0.52% | - |
| HSV(B) | 288.6º | 0.81% | 0.87% | - |
| XYZ | 34.79 | 17.69 | 70.69 | - |
| YUV | 106.76 | 193.04 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 222 | 0.15 | 0.81 | 0 | 0.13 | 288.6 | 0.73 | 0.52 |
| Hex | BC | 2B | DE | F | 51 | 0 | D | 121 | 49 | 34 |
| Octal | 274 | 53 | 336 | 17 | 121 | 0 | 15 | 441 | 111 | 64 |
| Binary | 10111100 | 101011 | 11011110 | 1111 | 1010001 | 0 | 1101 | 100100001 | 1001001 | 110100 |
Color Harmonies of #BC2BDE
Complementary color
Monochromatic Colors of #BC2BDE
Black with #BC2BDE
Text Example
Text Example
White with #BC2BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BDE; }
p { color: rgb(188,43,222); }
H1.HeaderClassName
{
color: #BC2BDE;
}
.AnyTagClassName
{
color: #BC2BDE;
}
</style>
background-color css
<style>
a { background-color: #BC2BDE; }
a { background-color: rgb(188,43,222); }
div.DivClassName
{
background-color: #BC2BDE;
}
.BgClassName
{
background-color: #BC2BDE;
}
</style>
border-color css
<style>
span { border-color: #BC2BDE; }
span { border-color: rgb(188,43,222); }
td.TdClassName
{
border-color: #BC2BDE;
}
.TagClassName
{
border-color: #BC2BDE;
}
</style>