Shades of Dark Orchid #B022DF
Tints of Dark Orchid #B022DF
RGB
CMYK
RGB Variations
Color information
#B022DF (or 0xB022DF) is known color: Dark Orchid. HEX triplet: B0, 22 and DF. RGB value is (176,34,223). Sum of RGB (Red+Green+Blue) = 176+34+223=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #B022DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022DF is #4FDD20. Grayscale: #616161. Windows color (decimal): -5233953 or 14623408. OLE color: 14623408.
HSL color Cylindrical-coordinate representation of color #B022DF: hue angle of 285.08º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B022DF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 34 | 223 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.13 |
| HSL | 285.08º | 0.75% | 0.5% | - |
| HSV(B) | 285.08º | 0.85% | 0.87% | - |
| XYZ | 31.8 | 15.7 | 71.17 | - |
| YUV | 98 | 198.54 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 223 | 0.21 | 0.85 | 0 | 0.13 | 285.08 | 0.75 | 0.5 |
| Hex | B0 | 22 | DF | 15 | 55 | 0 | D | 11D | 4B | 32 |
| Octal | 260 | 42 | 337 | 25 | 125 | 0 | 15 | 435 | 113 | 62 |
| Binary | 10110000 | 100010 | 11011111 | 10101 | 1010101 | 0 | 1101 | 100011101 | 1001011 | 110010 |
Color Harmonies of #B022DF
Complementary color
Monochromatic Colors of #B022DF
Black with #B022DF
Text Example
Text Example
White with #B022DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B022DF; }
p { color: rgb(176,34,223); }
H1.HeaderClassName
{
color: #B022DF;
}
.AnyTagClassName
{
color: #B022DF;
}
</style>
background-color css
<style>
a { background-color: #B022DF; }
a { background-color: rgb(176,34,223); }
div.DivClassName
{
background-color: #B022DF;
}
.BgClassName
{
background-color: #B022DF;
}
</style>
border-color css
<style>
span { border-color: #B022DF; }
span { border-color: rgb(176,34,223); }
td.TdClassName
{
border-color: #B022DF;
}
.TagClassName
{
border-color: #B022DF;
}
</style>