Shades of Dark Orchid #B029CE
Tints of Dark Orchid #B029CE
RGB
CMYK
RGB Variations
Color information
#B029CE (or 0xB029CE) is known color: Dark Orchid. HEX triplet: B0, 29 and CE. RGB value is (176,41,206). Sum of RGB (Red+Green+Blue) = 176+41+206=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #B029CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B029CE is #4FD631. Grayscale: #636363. Windows color (decimal): -5232178 or 13511088. OLE color: 13511088.
HSL color Cylindrical-coordinate representation of color #B029CE: hue angle of 289.09º 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 #B029CE is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 41 | 206 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.19 |
| HSL | 289.09º | 0.67% | 0.48% | - |
| HSV(B) | 289.09º | 0.8% | 0.81% | - |
| XYZ | 29.84 | 15.27 | 59.77 | - |
| YUV | 100.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 41 | 206 | 0.15 | 0.80 | 0 | 0.19 | 289.09 | 0.67 | 0.48 |
| Hex | B0 | 29 | CE | F | 50 | 0 | 13 | 121 | 43 | 30 |
| Octal | 260 | 51 | 316 | 17 | 120 | 0 | 23 | 441 | 103 | 60 |
| Binary | 10110000 | 101001 | 11001110 | 1111 | 1010000 | 0 | 10011 | 100100001 | 1000011 | 110000 |
Color Harmonies of #B029CE
Complementary color
Monochromatic Colors of #B029CE
Black with #B029CE
Text Example
Text Example
White with #B029CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B029CE; }
p { color: rgb(176,41,206); }
H1.HeaderClassName
{
color: #B029CE;
}
.AnyTagClassName
{
color: #B029CE;
}
</style>
background-color css
<style>
a { background-color: #B029CE; }
a { background-color: rgb(176,41,206); }
div.DivClassName
{
background-color: #B029CE;
}
.BgClassName
{
background-color: #B029CE;
}
</style>
border-color css
<style>
span { border-color: #B029CE; }
span { border-color: rgb(176,41,206); }
td.TdClassName
{
border-color: #B029CE;
}
.TagClassName
{
border-color: #B029CE;
}
</style>