Shades of Dark Orchid #BC29DB
Tints of Dark Orchid #BC29DB
RGB
CMYK
RGB Variations
Color information
#BC29DB (or 0xBC29DB) is known color: Dark Orchid. HEX triplet: BC, 29 and DB. RGB value is (188,41,219). Sum of RGB (Red+Green+Blue) = 188+41+219=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC29DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29DB is #43D624. Grayscale: #686868. Windows color (decimal): -4445733 or 14363068. OLE color: 14363068.
HSL color Cylindrical-coordinate representation of color #BC29DB: hue angle of 289.55º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC29DB is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 41 | 219 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.14 |
| HSL | 289.55º | 0.71% | 0.51% | - |
| HSV(B) | 289.55º | 0.81% | 0.86% | - |
| XYZ | 34.32 | 17.39 | 68.57 | - |
| YUV | 105.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 219 | 0.14 | 0.81 | 0 | 0.14 | 289.55 | 0.71 | 0.51 |
| Hex | BC | 29 | DB | E | 51 | 0 | E | 122 | 47 | 33 |
| Octal | 274 | 51 | 333 | 16 | 121 | 0 | 16 | 442 | 107 | 63 |
| Binary | 10111100 | 101001 | 11011011 | 1110 | 1010001 | 0 | 1110 | 100100010 | 1000111 | 110011 |
Color Harmonies of #BC29DB
Complementary color
Monochromatic Colors of #BC29DB
Black with #BC29DB
Text Example
Text Example
White with #BC29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC29DB; }
p { color: rgb(188,41,219); }
H1.HeaderClassName
{
color: #BC29DB;
}
.AnyTagClassName
{
color: #BC29DB;
}
</style>
background-color css
<style>
a { background-color: #BC29DB; }
a { background-color: rgb(188,41,219); }
div.DivClassName
{
background-color: #BC29DB;
}
.BgClassName
{
background-color: #BC29DB;
}
</style>
border-color css
<style>
span { border-color: #BC29DB; }
span { border-color: rgb(188,41,219); }
td.TdClassName
{
border-color: #BC29DB;
}
.TagClassName
{
border-color: #BC29DB;
}
</style>