Shades of Dark Orchid #B020B1
Tints of Dark Orchid #B020B1
RGB
CMYK
RGB Variations
Color information
#B020B1 (or 0xB020B1) is known color: Dark Orchid. HEX triplet: B0, 20 and B1. RGB value is (176,32,177). Sum of RGB (Red+Green+Blue) = 176+32+177=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #B020B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B020B1 is #4FDF4E. Grayscale: #5B5B5B. Windows color (decimal): -5234511 or 11608240. OLE color: 11608240.
HSL color Cylindrical-coordinate representation of color #B020B1: hue angle of 299.59º 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 #B020B1 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 177 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.31 |
| HSL | 299.59º | 0.69% | 0.41% | - |
| HSV(B) | 299.59º | 0.82% | 0.69% | - |
| XYZ | 26.36 | 13.44 | 42.8 | - |
| YUV | 91.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 177 | 0.01 | 0.82 | 0 | 0.31 | 299.59 | 0.69 | 0.41 |
| Hex | B0 | 20 | B1 | 1 | 52 | 0 | 1F | 12C | 45 | 29 |
| Octal | 260 | 40 | 261 | 1 | 122 | 0 | 37 | 454 | 105 | 51 |
| Binary | 10110000 | 100000 | 10110001 | 1 | 1010010 | 0 | 11111 | 100101100 | 1000101 | 101001 |
Color Harmonies of #B020B1
Complementary color
Monochromatic Colors of #B020B1
Black with #B020B1
Text Example
Text Example
White with #B020B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B020B1; }
p { color: rgb(176,32,177); }
H1.HeaderClassName
{
color: #B020B1;
}
.AnyTagClassName
{
color: #B020B1;
}
</style>
background-color css
<style>
a { background-color: #B020B1; }
a { background-color: rgb(176,32,177); }
div.DivClassName
{
background-color: #B020B1;
}
.BgClassName
{
background-color: #B020B1;
}
</style>
border-color css
<style>
span { border-color: #B020B1; }
span { border-color: rgb(176,32,177); }
td.TdClassName
{
border-color: #B020B1;
}
.TagClassName
{
border-color: #B020B1;
}
</style>