Shades of Dark Orchid #BC29CE
Tints of Dark Orchid #BC29CE
RGB
CMYK
RGB Variations
Color information
#BC29CE (or 0xBC29CE) is known color: Dark Orchid. HEX triplet: BC, 29 and CE. RGB value is (188,41,206). Sum of RGB (Red+Green+Blue) = 188+41+206=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC29CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29CE is #43D631. Grayscale: #676767. Windows color (decimal): -4445746 or 13511100. OLE color: 13511100.
HSL color Cylindrical-coordinate representation of color #BC29CE: hue angle of 293.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC29CE is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 41 | 206 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.19 |
| HSL | 293.45º | 0.67% | 0.48% | - |
| HSV(B) | 293.45º | 0.8% | 0.81% | - |
| XYZ | 32.67 | 16.73 | 59.9 | - |
| YUV | 103.76 | 185.7 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 206 | 0.09 | 0.80 | 0 | 0.19 | 293.45 | 0.67 | 0.48 |
| Hex | BC | 29 | CE | 9 | 50 | 0 | 13 | 125 | 43 | 30 |
| Octal | 274 | 51 | 316 | 11 | 120 | 0 | 23 | 445 | 103 | 60 |
| Binary | 10111100 | 101001 | 11001110 | 1001 | 1010000 | 0 | 10011 | 100100101 | 1000011 | 110000 |
Color Harmonies of #BC29CE
Complementary color
Monochromatic Colors of #BC29CE
Black with #BC29CE
Text Example
Text Example
White with #BC29CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC29CE; }
p { color: rgb(188,41,206); }
H1.HeaderClassName
{
color: #BC29CE;
}
.AnyTagClassName
{
color: #BC29CE;
}
</style>
background-color css
<style>
a { background-color: #BC29CE; }
a { background-color: rgb(188,41,206); }
div.DivClassName
{
background-color: #BC29CE;
}
.BgClassName
{
background-color: #BC29CE;
}
</style>
border-color css
<style>
span { border-color: #BC29CE; }
span { border-color: rgb(188,41,206); }
td.TdClassName
{
border-color: #BC29CE;
}
.TagClassName
{
border-color: #BC29CE;
}
</style>