Shades of Dark Orchid #BC2BDB
Tints of Dark Orchid #BC2BDB
RGB
CMYK
RGB Variations
Color information
#BC2BDB (or 0xBC2BDB) is known color: Dark Orchid. HEX triplet: BC, 2B and DB. RGB value is (188,43,219). Sum of RGB (Red+Green+Blue) = 188+43+219=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC2BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BDB is #43D424. Grayscale: #696969. Windows color (decimal): -4445221 or 14363580. OLE color: 14363580.
HSL color Cylindrical-coordinate representation of color #BC2BDB: hue angle of 289.43º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2BDB is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 43 | 219 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.14 |
| HSL | 289.43º | 0.71% | 0.51% | - |
| HSV(B) | 289.43º | 0.8% | 0.86% | - |
| XYZ | 34.39 | 17.53 | 68.59 | - |
| YUV | 106.42 | 191.54 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 219 | 0.14 | 0.80 | 0 | 0.14 | 289.43 | 0.71 | 0.51 |
| Hex | BC | 2B | DB | E | 50 | 0 | E | 121 | 47 | 33 |
| Octal | 274 | 53 | 333 | 16 | 120 | 0 | 16 | 441 | 107 | 63 |
| Binary | 10111100 | 101011 | 11011011 | 1110 | 1010000 | 0 | 1110 | 100100001 | 1000111 | 110011 |
Color Harmonies of #BC2BDB
Complementary color
Monochromatic Colors of #BC2BDB
Black with #BC2BDB
Text Example
Text Example
White with #BC2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BDB; }
p { color: rgb(188,43,219); }
H1.HeaderClassName
{
color: #BC2BDB;
}
.AnyTagClassName
{
color: #BC2BDB;
}
</style>
background-color css
<style>
a { background-color: #BC2BDB; }
a { background-color: rgb(188,43,219); }
div.DivClassName
{
background-color: #BC2BDB;
}
.BgClassName
{
background-color: #BC2BDB;
}
</style>
border-color css
<style>
span { border-color: #BC2BDB; }
span { border-color: rgb(188,43,219); }
td.TdClassName
{
border-color: #BC2BDB;
}
.TagClassName
{
border-color: #BC2BDB;
}
</style>