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