Shades of Dark Orchid #B120B7
Tints of Dark Orchid #B120B7
RGB
CMYK
RGB Variations
Color information
#B120B7 (or 0xB120B7) is known color: Dark Orchid. HEX triplet: B1, 20 and B7. RGB value is (177,32,183). Sum of RGB (Red+Green+Blue) = 177+32+183=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 183 - color contains mainly: blue. Hex color #B120B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B120B7 is #4EDF48. Grayscale: #5C5C5C. Windows color (decimal): -5168969 or 12001457. OLE color: 12001457.
HSL color Cylindrical-coordinate representation of color #B120B7: hue angle of 297.62º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B120B7 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 32 | 183 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.28 |
| HSL | 297.62º | 0.7% | 0.42% | - |
| HSV(B) | 297.62º | 0.83% | 0.72% | - |
| XYZ | 27.2 | 13.8 | 46.03 | - |
| YUV | 92.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 183 | 0.03 | 0.83 | 0 | 0.28 | 297.62 | 0.7 | 0.42 |
| Hex | B1 | 20 | B7 | 3 | 53 | 0 | 1C | 12A | 46 | 2A |
| Octal | 261 | 40 | 267 | 3 | 123 | 0 | 34 | 452 | 106 | 52 |
| Binary | 10110001 | 100000 | 10110111 | 11 | 1010011 | 0 | 11100 | 100101010 | 1000110 | 101010 |
Color Harmonies of #B120B7
Complementary color
Monochromatic Colors of #B120B7
Black with #B120B7
Text Example
Text Example
White with #B120B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B120B7; }
p { color: rgb(177,32,183); }
H1.HeaderClassName
{
color: #B120B7;
}
.AnyTagClassName
{
color: #B120B7;
}
</style>
background-color css
<style>
a { background-color: #B120B7; }
a { background-color: rgb(177,32,183); }
div.DivClassName
{
background-color: #B120B7;
}
.BgClassName
{
background-color: #B120B7;
}
</style>
border-color css
<style>
span { border-color: #B120B7; }
span { border-color: rgb(177,32,183); }
td.TdClassName
{
border-color: #B120B7;
}
.TagClassName
{
border-color: #B120B7;
}
</style>