Shades of Medium Violet Red #B31998
Tints of Medium Violet Red #B31998
RGB
CMYK
RGB Variations
Color information
#B31998 (or 0xB31998) is known color: Medium Violet Red. HEX triplet: B3, 19 and 98. RGB value is (179,25,152). Sum of RGB (Red+Green+Blue) = 179+25+152=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B31998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31998 is #4CE667. Grayscale: #555555. Windows color (decimal): -5039720 or 9968051. OLE color: 9968051.
HSL color Cylindrical-coordinate representation of color #B31998: hue angle of 310.52º 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 #B31998 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 152 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.30 |
| HSL | 310.52º | 0.75% | 0.4% | - |
| HSV(B) | 310.52º | 0.86% | 0.7% | - |
| XYZ | 24.61 | 12.55 | 30.83 | - |
| YUV | 85.52 | 165.52 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 152 | 0 | 0.86 | 0.15 | 0.30 | 310.52 | 0.75 | 0.4 |
| Hex | B3 | 19 | 98 | 0 | 56 | F | 1E | 137 | 4B | 28 |
| Octal | 263 | 31 | 230 | 0 | 126 | 17 | 36 | 467 | 113 | 50 |
| Binary | 10110011 | 11001 | 10011000 | 0 | 1010110 | 1111 | 11110 | 100110111 | 1001011 | 101000 |
Color Harmonies of #B31998
Complementary color
Monochromatic Colors of #B31998
Black with #B31998
Text Example
Text Example
White with #B31998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31998; }
p { color: rgb(179,25,152); }
H1.HeaderClassName
{
color: #B31998;
}
.AnyTagClassName
{
color: #B31998;
}
</style>
background-color css
<style>
a { background-color: #B31998; }
a { background-color: rgb(179,25,152); }
div.DivClassName
{
background-color: #B31998;
}
.BgClassName
{
background-color: #B31998;
}
</style>
border-color css
<style>
span { border-color: #B31998; }
span { border-color: rgb(179,25,152); }
td.TdClassName
{
border-color: #B31998;
}
.TagClassName
{
border-color: #B31998;
}
</style>