Shades of Medium Violet Red #B01978
Tints of Medium Violet Red #B01978
RGB
CMYK
RGB Variations
Color information
#B01978 (or 0xB01978) is known color: Medium Violet Red. HEX triplet: B0, 19 and 78. RGB value is (176,25,120). Sum of RGB (Red+Green+Blue) = 176+25+120=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B01978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01978 is #4FE687. Grayscale: #505050. Windows color (decimal): -5236360 or 7870896. OLE color: 7870896.
HSL color Cylindrical-coordinate representation of color #B01978: hue angle of 322.25º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01978 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 25 | 120 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.31 |
| HSL | 322.25º | 0.75% | 0.39% | - |
| HSV(B) | 322.25º | 0.86% | 0.69% | - |
| XYZ | 21.64 | 11.28 | 18.81 | - |
| YUV | 80.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 120 | 0 | 0.86 | 0.32 | 0.31 | 322.25 | 0.75 | 0.39 |
| Hex | B0 | 19 | 78 | 0 | 56 | 20 | 1F | 142 | 4B | 27 |
| Octal | 260 | 31 | 170 | 0 | 126 | 40 | 37 | 502 | 113 | 47 |
| Binary | 10110000 | 11001 | 1111000 | 0 | 1010110 | 100000 | 11111 | 101000010 | 1001011 | 100111 |
Color Harmonies of #B01978
Complementary color
Monochromatic Colors of #B01978
Black with #B01978
Text Example
Text Example
White with #B01978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01978; }
p { color: rgb(176,25,120); }
H1.HeaderClassName
{
color: #B01978;
}
.AnyTagClassName
{
color: #B01978;
}
</style>
background-color css
<style>
a { background-color: #B01978; }
a { background-color: rgb(176,25,120); }
div.DivClassName
{
background-color: #B01978;
}
.BgClassName
{
background-color: #B01978;
}
</style>
border-color css
<style>
span { border-color: #B01978; }
span { border-color: rgb(176,25,120); }
td.TdClassName
{
border-color: #B01978;
}
.TagClassName
{
border-color: #B01978;
}
</style>