Shades of Dark Orchid #BC2DDD
Tints of Dark Orchid #BC2DDD
RGB
CMYK
RGB Variations
Color information
#BC2DDD (or 0xBC2DDD) is known color: Dark Orchid. HEX triplet: BC, 2D and DD. RGB value is (188,45,221). Sum of RGB (Red+Green+Blue) = 188+45+221=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC2DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DDD is #43D222. Grayscale: #6B6B6B. Windows color (decimal): -4444707 or 14495164. OLE color: 14495164.
HSL color Cylindrical-coordinate representation of color #BC2DDD: hue angle of 288.75º degrees, saturation: 0.72, 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 #BC2DDD is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 45 | 221 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.13 |
| HSL | 288.75º | 0.72% | 0.52% | - |
| HSV(B) | 288.75º | 0.8% | 0.87% | - |
| XYZ | 34.73 | 17.79 | 70.01 | - |
| YUV | 107.82 | 191.88 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 221 | 0.15 | 0.80 | 0 | 0.13 | 288.75 | 0.72 | 0.52 |
| Hex | BC | 2D | DD | F | 50 | 0 | D | 121 | 48 | 34 |
| Octal | 274 | 55 | 335 | 17 | 120 | 0 | 15 | 441 | 110 | 64 |
| Binary | 10111100 | 101101 | 11011101 | 1111 | 1010000 | 0 | 1101 | 100100001 | 1001000 | 110100 |
Color Harmonies of #BC2DDD
Complementary color
Monochromatic Colors of #BC2DDD
Black with #BC2DDD
Text Example
Text Example
White with #BC2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DDD; }
p { color: rgb(188,45,221); }
H1.HeaderClassName
{
color: #BC2DDD;
}
.AnyTagClassName
{
color: #BC2DDD;
}
</style>
background-color css
<style>
a { background-color: #BC2DDD; }
a { background-color: rgb(188,45,221); }
div.DivClassName
{
background-color: #BC2DDD;
}
.BgClassName
{
background-color: #BC2DDD;
}
</style>
border-color css
<style>
span { border-color: #BC2DDD; }
span { border-color: rgb(188,45,221); }
td.TdClassName
{
border-color: #BC2DDD;
}
.TagClassName
{
border-color: #BC2DDD;
}
</style>