Shades of Dark Orchid #B020B5
Tints of Dark Orchid #B020B5
RGB
CMYK
RGB Variations
Color information
#B020B5 (or 0xB020B5) is known color: Dark Orchid. HEX triplet: B0, 20 and B5. RGB value is (176,32,181). Sum of RGB (Red+Green+Blue) = 176+32+181=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #B020B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020B5 is #4FDF4A. Grayscale: #5B5B5B. Windows color (decimal): -5234507 or 11870384. OLE color: 11870384.
HSL color Cylindrical-coordinate representation of color #B020B5: hue angle of 297.99º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B020B5 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 32 | 181 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.29 |
| HSL | 297.99º | 0.7% | 0.42% | - |
| HSV(B) | 297.99º | 0.82% | 0.71% | - |
| XYZ | 26.76 | 13.6 | 44.93 | - |
| YUV | 92.04 | 178.21 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 181 | 0.03 | 0.82 | 0 | 0.29 | 297.99 | 0.7 | 0.42 |
| Hex | B0 | 20 | B5 | 3 | 52 | 0 | 1D | 12A | 46 | 2A |
| Octal | 260 | 40 | 265 | 3 | 122 | 0 | 35 | 452 | 106 | 52 |
| Binary | 10110000 | 100000 | 10110101 | 11 | 1010010 | 0 | 11101 | 100101010 | 1000110 | 101010 |
Color Harmonies of #B020B5
Complementary color
Monochromatic Colors of #B020B5
Black with #B020B5
Text Example
Text Example
White with #B020B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B020B5; }
p { color: rgb(176,32,181); }
H1.HeaderClassName
{
color: #B020B5;
}
.AnyTagClassName
{
color: #B020B5;
}
</style>
background-color css
<style>
a { background-color: #B020B5; }
a { background-color: rgb(176,32,181); }
div.DivClassName
{
background-color: #B020B5;
}
.BgClassName
{
background-color: #B020B5;
}
</style>
border-color css
<style>
span { border-color: #B020B5; }
span { border-color: rgb(176,32,181); }
td.TdClassName
{
border-color: #B020B5;
}
.TagClassName
{
border-color: #B020B5;
}
</style>