Shades of Dark Orchid #BC2CDD
Tints of Dark Orchid #BC2CDD
RGB
CMYK
RGB Variations
Color information
#BC2CDD (or 0xBC2CDD) is known color: Dark Orchid. HEX triplet: BC, 2C and DD. RGB value is (188,44,221). Sum of RGB (Red+Green+Blue) = 188+44+221=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC2CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CDD is #43D322. Grayscale: #6A6A6A. Windows color (decimal): -4444963 or 14494908. OLE color: 14494908.
HSL color Cylindrical-coordinate representation of color #BC2CDD: hue angle of 288.81º 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 #BC2CDD is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 44 | 221 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.13 |
| HSL | 288.81º | 0.72% | 0.52% | - |
| HSV(B) | 288.81º | 0.8% | 0.87% | - |
| XYZ | 34.69 | 17.71 | 70 | - |
| YUV | 107.23 | 192.21 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 221 | 0.15 | 0.80 | 0 | 0.13 | 288.81 | 0.72 | 0.52 |
| Hex | BC | 2C | DD | F | 50 | 0 | D | 121 | 48 | 34 |
| Octal | 274 | 54 | 335 | 17 | 120 | 0 | 15 | 441 | 110 | 64 |
| Binary | 10111100 | 101100 | 11011101 | 1111 | 1010000 | 0 | 1101 | 100100001 | 1001000 | 110100 |
Color Harmonies of #BC2CDD
Complementary color
Monochromatic Colors of #BC2CDD
Black with #BC2CDD
Text Example
Text Example
White with #BC2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CDD; }
p { color: rgb(188,44,221); }
H1.HeaderClassName
{
color: #BC2CDD;
}
.AnyTagClassName
{
color: #BC2CDD;
}
</style>
background-color css
<style>
a { background-color: #BC2CDD; }
a { background-color: rgb(188,44,221); }
div.DivClassName
{
background-color: #BC2CDD;
}
.BgClassName
{
background-color: #BC2CDD;
}
</style>
border-color css
<style>
span { border-color: #BC2CDD; }
span { border-color: rgb(188,44,221); }
td.TdClassName
{
border-color: #BC2CDD;
}
.TagClassName
{
border-color: #BC2CDD;
}
</style>