Shades of Dark Orchid #B029DF
Tints of Dark Orchid #B029DF
RGB
CMYK
RGB Variations
Color information
#B029DF (or 0xB029DF) is known color: Dark Orchid. HEX triplet: B0, 29 and DF. RGB value is (176,41,223). Sum of RGB (Red+Green+Blue) = 176+41+223=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #B029DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B029DF is #4FD620. Grayscale: #656565. Windows color (decimal): -5232161 or 14625200. OLE color: 14625200.
HSL color Cylindrical-coordinate representation of color #B029DF: hue angle of 284.51º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B029DF is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 41 | 223 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.13 |
| HSL | 284.51º | 0.74% | 0.52% | - |
| HSV(B) | 284.51º | 0.82% | 0.87% | - |
| XYZ | 32.02 | 16.14 | 71.24 | - |
| YUV | 102.11 | 196.23 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 41 | 223 | 0.21 | 0.82 | 0 | 0.13 | 284.51 | 0.74 | 0.52 |
| Hex | B0 | 29 | DF | 15 | 52 | 0 | D | 11D | 4A | 34 |
| Octal | 260 | 51 | 337 | 25 | 122 | 0 | 15 | 435 | 112 | 64 |
| Binary | 10110000 | 101001 | 11011111 | 10101 | 1010010 | 0 | 1101 | 100011101 | 1001010 | 110100 |
Color Harmonies of #B029DF
Complementary color
Monochromatic Colors of #B029DF
Black with #B029DF
Text Example
Text Example
White with #B029DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B029DF; }
p { color: rgb(176,41,223); }
H1.HeaderClassName
{
color: #B029DF;
}
.AnyTagClassName
{
color: #B029DF;
}
</style>
background-color css
<style>
a { background-color: #B029DF; }
a { background-color: rgb(176,41,223); }
div.DivClassName
{
background-color: #B029DF;
}
.BgClassName
{
background-color: #B029DF;
}
</style>
border-color css
<style>
span { border-color: #B029DF; }
span { border-color: rgb(176,41,223); }
td.TdClassName
{
border-color: #B029DF;
}
.TagClassName
{
border-color: #B029DF;
}
</style>