Shades of Dark Orchid #B020DF
Tints of Dark Orchid #B020DF
RGB
CMYK
RGB Variations
Color information
#B020DF (or 0xB020DF) is known color: Dark Orchid. HEX triplet: B0, 20 and DF. RGB value is (176,32,223). Sum of RGB (Red+Green+Blue) = 176+32+223=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #B020DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020DF is #4FDF20. Grayscale: #606060. Windows color (decimal): -5234465 or 14622896. OLE color: 14622896.
HSL color Cylindrical-coordinate representation of color #B020DF: hue angle of 285.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B020DF is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 32 | 223 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.13 |
| HSL | 285.24º | 0.75% | 0.5% | - |
| HSV(B) | 285.24º | 0.86% | 0.87% | - |
| XYZ | 31.74 | 15.59 | 71.15 | - |
| YUV | 96.83 | 199.21 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 223 | 0.21 | 0.86 | 0 | 0.13 | 285.24 | 0.75 | 0.5 |
| Hex | B0 | 20 | DF | 15 | 56 | 0 | D | 11D | 4B | 32 |
| Octal | 260 | 40 | 337 | 25 | 126 | 0 | 15 | 435 | 113 | 62 |
| Binary | 10110000 | 100000 | 11011111 | 10101 | 1010110 | 0 | 1101 | 100011101 | 1001011 | 110010 |
Color Harmonies of #B020DF
Complementary color
Monochromatic Colors of #B020DF
Black with #B020DF
Text Example
Text Example
White with #B020DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B020DF; }
p { color: rgb(176,32,223); }
H1.HeaderClassName
{
color: #B020DF;
}
.AnyTagClassName
{
color: #B020DF;
}
</style>
background-color css
<style>
a { background-color: #B020DF; }
a { background-color: rgb(176,32,223); }
div.DivClassName
{
background-color: #B020DF;
}
.BgClassName
{
background-color: #B020DF;
}
</style>
border-color css
<style>
span { border-color: #B020DF; }
span { border-color: rgb(176,32,223); }
td.TdClassName
{
border-color: #B020DF;
}
.TagClassName
{
border-color: #B020DF;
}
</style>