Shades of Dark Orchid #B020B0
Tints of Dark Orchid #B020B0
RGB
CMYK
RGB Variations
Color information
#B020B0 (or 0xB020B0) is known color: Dark Orchid. HEX triplet: B0, 20 and B0. RGB value is (176,32,176). Sum of RGB (Red+Green+Blue) = 176+32+176=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B020B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B020B0 is #4FDF4F. Grayscale: #5B5B5B. Windows color (decimal): -5234512 or 11542704. OLE color: 11542704.
HSL color Cylindrical-coordinate representation of color #B020B0: hue angle of 300º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B020B0 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 176 | - |
| CMYK | 0 | 0.82 | 0 | 0.31 |
| HSL | 300º | 0.69% | 0.41% | - |
| HSV(B) | 300º | 0.82% | 0.69% | - |
| XYZ | 26.26 | 13.4 | 42.28 | - |
| YUV | 91.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 176 | 0 | 0.82 | 0 | 0.31 | 300 | 0.69 | 0.41 |
| Hex | B0 | 20 | B0 | 0 | 52 | 0 | 1F | 12C | 45 | 29 |
| Octal | 260 | 40 | 260 | 0 | 122 | 0 | 37 | 454 | 105 | 51 |
| Binary | 10110000 | 100000 | 10110000 | 0 | 1010010 | 0 | 11111 | 100101100 | 1000101 | 101001 |
Color Harmonies of #B020B0
Complementary color
Monochromatic Colors of #B020B0
Black with #B020B0
Text Example
Text Example
White with #B020B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B020B0; }
p { color: rgb(176,32,176); }
H1.HeaderClassName
{
color: #B020B0;
}
.AnyTagClassName
{
color: #B020B0;
}
</style>
background-color css
<style>
a { background-color: #B020B0; }
a { background-color: rgb(176,32,176); }
div.DivClassName
{
background-color: #B020B0;
}
.BgClassName
{
background-color: #B020B0;
}
</style>
border-color css
<style>
span { border-color: #B020B0; }
span { border-color: rgb(176,32,176); }
td.TdClassName
{
border-color: #B020B0;
}
.TagClassName
{
border-color: #B020B0;
}
</style>