Shades of Medium Violet Red #B31994
Tints of Medium Violet Red #B31994
RGB
CMYK
RGB Variations
Color information
#B31994 (or 0xB31994) is known color: Medium Violet Red. HEX triplet: B3, 19 and 94. RGB value is (179,25,148). Sum of RGB (Red+Green+Blue) = 179+25+148=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B31994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31994 is #4CE66B. Grayscale: #545454. Windows color (decimal): -5039724 or 9705907. OLE color: 9705907.
HSL color Cylindrical-coordinate representation of color #B31994: hue angle of 312.08º 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 #B31994 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 148 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.30 |
| HSL | 312.08º | 0.75% | 0.4% | - |
| HSV(B) | 312.08º | 0.86% | 0.7% | - |
| XYZ | 24.28 | 12.42 | 29.13 | - |
| YUV | 85.07 | 163.52 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 148 | 0 | 0.86 | 0.17 | 0.30 | 312.08 | 0.75 | 0.4 |
| Hex | B3 | 19 | 94 | 0 | 56 | 11 | 1E | 138 | 4B | 28 |
| Octal | 263 | 31 | 224 | 0 | 126 | 21 | 36 | 470 | 113 | 50 |
| Binary | 10110011 | 11001 | 10010100 | 0 | 1010110 | 10001 | 11110 | 100111000 | 1001011 | 101000 |
Color Harmonies of #B31994
Complementary color
Monochromatic Colors of #B31994
Black with #B31994
Text Example
Text Example
White with #B31994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31994; }
p { color: rgb(179,25,148); }
H1.HeaderClassName
{
color: #B31994;
}
.AnyTagClassName
{
color: #B31994;
}
</style>
background-color css
<style>
a { background-color: #B31994; }
a { background-color: rgb(179,25,148); }
div.DivClassName
{
background-color: #B31994;
}
.BgClassName
{
background-color: #B31994;
}
</style>
border-color css
<style>
span { border-color: #B31994; }
span { border-color: rgb(179,25,148); }
td.TdClassName
{
border-color: #B31994;
}
.TagClassName
{
border-color: #B31994;
}
</style>