Shades of Medium Violet Red #B31898
Tints of Medium Violet Red #B31898
RGB
CMYK
RGB Variations
Color information
#B31898 (or 0xB31898) is known color: Medium Violet Red. HEX triplet: B3, 18 and 98. RGB value is (179,24,152). Sum of RGB (Red+Green+Blue) = 179+24+152=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B31898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31898 is #4CE767. Grayscale: #545454. Windows color (decimal): -5039976 or 9967795. OLE color: 9967795.
HSL color Cylindrical-coordinate representation of color #B31898: hue angle of 310.45º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31898 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 24 | 152 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.30 |
| HSL | 310.45º | 0.76% | 0.4% | - |
| HSV(B) | 310.45º | 0.87% | 0.7% | - |
| XYZ | 24.58 | 12.5 | 30.82 | - |
| YUV | 84.94 | 165.85 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 24 | 152 | 0 | 0.87 | 0.15 | 0.30 | 310.45 | 0.76 | 0.4 |
| Hex | B3 | 18 | 98 | 0 | 57 | F | 1E | 136 | 4C | 28 |
| Octal | 263 | 30 | 230 | 0 | 127 | 17 | 36 | 466 | 114 | 50 |
| Binary | 10110011 | 11000 | 10011000 | 0 | 1010111 | 1111 | 11110 | 100110110 | 1001100 | 101000 |
Color Harmonies of #B31898
Complementary color
Monochromatic Colors of #B31898
Black with #B31898
Text Example
Text Example
White with #B31898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31898; }
p { color: rgb(179,24,152); }
H1.HeaderClassName
{
color: #B31898;
}
.AnyTagClassName
{
color: #B31898;
}
</style>
background-color css
<style>
a { background-color: #B31898; }
a { background-color: rgb(179,24,152); }
div.DivClassName
{
background-color: #B31898;
}
.BgClassName
{
background-color: #B31898;
}
</style>
border-color css
<style>
span { border-color: #B31898; }
span { border-color: rgb(179,24,152); }
td.TdClassName
{
border-color: #B31898;
}
.TagClassName
{
border-color: #B31898;
}
</style>