Shades of Medium Violet Red #B31978
Tints of Medium Violet Red #B31978
RGB
CMYK
RGB Variations
Color information
#B31978 (or 0xB31978) is known color: Medium Violet Red. HEX triplet: B3, 19 and 78. RGB value is (179,25,120). Sum of RGB (Red+Green+Blue) = 179+25+120=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B31978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31978 is #4CE687. Grayscale: #515151. Windows color (decimal): -5039752 or 7870899. OLE color: 7870899.
HSL color Cylindrical-coordinate representation of color #B31978: hue angle of 322.99º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31978 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 120 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.30 |
| HSL | 322.99º | 0.75% | 0.4% | - |
| HSV(B) | 322.99º | 0.86% | 0.7% | - |
| XYZ | 22.33 | 11.64 | 18.84 | - |
| YUV | 81.88 | 149.52 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 120 | 0 | 0.86 | 0.33 | 0.30 | 322.99 | 0.75 | 0.4 |
| Hex | B3 | 19 | 78 | 0 | 56 | 21 | 1E | 143 | 4B | 28 |
| Octal | 263 | 31 | 170 | 0 | 126 | 41 | 36 | 503 | 113 | 50 |
| Binary | 10110011 | 11001 | 1111000 | 0 | 1010110 | 100001 | 11110 | 101000011 | 1001011 | 101000 |
Color Harmonies of #B31978
Complementary color
Monochromatic Colors of #B31978
Black with #B31978
Text Example
Text Example
White with #B31978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31978; }
p { color: rgb(179,25,120); }
H1.HeaderClassName
{
color: #B31978;
}
.AnyTagClassName
{
color: #B31978;
}
</style>
background-color css
<style>
a { background-color: #B31978; }
a { background-color: rgb(179,25,120); }
div.DivClassName
{
background-color: #B31978;
}
.BgClassName
{
background-color: #B31978;
}
</style>
border-color css
<style>
span { border-color: #B31978; }
span { border-color: rgb(179,25,120); }
td.TdClassName
{
border-color: #B31978;
}
.TagClassName
{
border-color: #B31978;
}
</style>