Shades of Dark Orchid #BC2DDE
Tints of Dark Orchid #BC2DDE
RGB
CMYK
RGB Variations
Color information
#BC2DDE (or 0xBC2DDE) is known color: Dark Orchid. HEX triplet: BC, 2D and DE. RGB value is (188,45,222). Sum of RGB (Red+Green+Blue) = 188+45+222=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC2DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DDE is #43D221. Grayscale: #6B6B6B. Windows color (decimal): -4444706 or 14560700. OLE color: 14560700.
HSL color Cylindrical-coordinate representation of color #BC2DDE: hue angle of 288.47º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2DDE is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 45 | 222 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.13 |
| HSL | 288.47º | 0.73% | 0.52% | - |
| HSV(B) | 288.47º | 0.8% | 0.87% | - |
| XYZ | 34.86 | 17.84 | 70.71 | - |
| YUV | 107.94 | 192.38 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 222 | 0.15 | 0.80 | 0 | 0.13 | 288.47 | 0.73 | 0.52 |
| Hex | BC | 2D | DE | F | 50 | 0 | D | 120 | 49 | 34 |
| Octal | 274 | 55 | 336 | 17 | 120 | 0 | 15 | 440 | 111 | 64 |
| Binary | 10111100 | 101101 | 11011110 | 1111 | 1010000 | 0 | 1101 | 100100000 | 1001001 | 110100 |
Color Harmonies of #BC2DDE
Complementary color
Monochromatic Colors of #BC2DDE
Black with #BC2DDE
Text Example
Text Example
White with #BC2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DDE; }
p { color: rgb(188,45,222); }
H1.HeaderClassName
{
color: #BC2DDE;
}
.AnyTagClassName
{
color: #BC2DDE;
}
</style>
background-color css
<style>
a { background-color: #BC2DDE; }
a { background-color: rgb(188,45,222); }
div.DivClassName
{
background-color: #BC2DDE;
}
.BgClassName
{
background-color: #BC2DDE;
}
</style>
border-color css
<style>
span { border-color: #BC2DDE; }
span { border-color: rgb(188,45,222); }
td.TdClassName
{
border-color: #BC2DDE;
}
.TagClassName
{
border-color: #BC2DDE;
}
</style>