Shades of Dark Orchid #BC2CDB
Tints of Dark Orchid #BC2CDB
RGB
CMYK
RGB Variations
Color information
#BC2CDB (or 0xBC2CDB) is known color: Dark Orchid. HEX triplet: BC, 2C and DB. RGB value is (188,44,219). Sum of RGB (Red+Green+Blue) = 188+44+219=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC2CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CDB is #43D324. Grayscale: #6A6A6A. Windows color (decimal): -4444965 or 14363836. OLE color: 14363836.
HSL color Cylindrical-coordinate representation of color #BC2CDB: hue angle of 289.37º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2CDB is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 44 | 219 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.14 |
| HSL | 289.37º | 0.71% | 0.52% | - |
| HSV(B) | 289.37º | 0.8% | 0.86% | - |
| XYZ | 34.43 | 17.61 | 68.6 | - |
| YUV | 107.01 | 191.21 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 219 | 0.14 | 0.80 | 0 | 0.14 | 289.37 | 0.71 | 0.52 |
| Hex | BC | 2C | DB | E | 50 | 0 | E | 121 | 47 | 34 |
| Octal | 274 | 54 | 333 | 16 | 120 | 0 | 16 | 441 | 107 | 64 |
| Binary | 10111100 | 101100 | 11011011 | 1110 | 1010000 | 0 | 1110 | 100100001 | 1000111 | 110100 |
Color Harmonies of #BC2CDB
Complementary color
Monochromatic Colors of #BC2CDB
Black with #BC2CDB
Text Example
Text Example
White with #BC2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CDB; }
p { color: rgb(188,44,219); }
H1.HeaderClassName
{
color: #BC2CDB;
}
.AnyTagClassName
{
color: #BC2CDB;
}
</style>
background-color css
<style>
a { background-color: #BC2CDB; }
a { background-color: rgb(188,44,219); }
div.DivClassName
{
background-color: #BC2CDB;
}
.BgClassName
{
background-color: #BC2CDB;
}
</style>
border-color css
<style>
span { border-color: #BC2CDB; }
span { border-color: rgb(188,44,219); }
td.TdClassName
{
border-color: #BC2CDB;
}
.TagClassName
{
border-color: #BC2CDB;
}
</style>