Shades of Medium Violet Red #B31381
Tints of Medium Violet Red #B31381
RGB
CMYK
RGB Variations
Color information
#B31381 (or 0xB31381) is known color: Medium Violet Red. HEX triplet: B3, 13 and 81. RGB value is (179,19,129). Sum of RGB (Red+Green+Blue) = 179+19+129=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B31381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31381 is #4CEC7E. Grayscale: #4F4F4F. Windows color (decimal): -5041279 or 8459187. OLE color: 8459187.
HSL color Cylindrical-coordinate representation of color #B31381: hue angle of 318.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31381 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 129 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.30 |
| HSL | 318.75º | 0.81% | 0.39% | - |
| HSV(B) | 318.75º | 0.89% | 0.7% | - |
| XYZ | 22.79 | 11.63 | 21.81 | - |
| YUV | 79.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 129 | 0 | 0.89 | 0.28 | 0.30 | 318.75 | 0.81 | 0.39 |
| Hex | B3 | 13 | 81 | 0 | 59 | 1C | 1E | 13F | 51 | 27 |
| Octal | 263 | 23 | 201 | 0 | 131 | 34 | 36 | 477 | 121 | 47 |
| Binary | 10110011 | 10011 | 10000001 | 0 | 1011001 | 11100 | 11110 | 100111111 | 1010001 | 100111 |
Color Harmonies of #B31381
Complementary color
Monochromatic Colors of #B31381
Black with #B31381
Text Example
Text Example
White with #B31381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31381; }
p { color: rgb(179,19,129); }
H1.HeaderClassName
{
color: #B31381;
}
.AnyTagClassName
{
color: #B31381;
}
</style>
background-color css
<style>
a { background-color: #B31381; }
a { background-color: rgb(179,19,129); }
div.DivClassName
{
background-color: #B31381;
}
.BgClassName
{
background-color: #B31381;
}
</style>
border-color css
<style>
span { border-color: #B31381; }
span { border-color: rgb(179,19,129); }
td.TdClassName
{
border-color: #B31381;
}
.TagClassName
{
border-color: #B31381;
}
</style>