Shades of Medium Violet Red #B31281
Tints of Medium Violet Red #B31281
RGB
CMYK
RGB Variations
Color information
#B31281 (or 0xB31281) is known color: Medium Violet Red. HEX triplet: B3, 12 and 81. RGB value is (179,18,129). Sum of RGB (Red+Green+Blue) = 179+18+129=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B31281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31281 is #4CED7E. Grayscale: #4E4E4E. Windows color (decimal): -5041535 or 8458931. OLE color: 8458931.
HSL color Cylindrical-coordinate representation of color #B31281: hue angle of 318.63º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31281 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 129 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.30 |
| HSL | 318.63º | 0.82% | 0.39% | - |
| HSV(B) | 318.63º | 0.9% | 0.7% | - |
| XYZ | 22.77 | 11.6 | 21.81 | - |
| YUV | 78.79 | 156.34 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 129 | 0 | 0.90 | 0.28 | 0.30 | 318.63 | 0.82 | 0.39 |
| Hex | B3 | 12 | 81 | 0 | 5A | 1C | 1E | 13F | 52 | 27 |
| Octal | 263 | 22 | 201 | 0 | 132 | 34 | 36 | 477 | 122 | 47 |
| Binary | 10110011 | 10010 | 10000001 | 0 | 1011010 | 11100 | 11110 | 100111111 | 1010010 | 100111 |
Color Harmonies of #B31281
Complementary color
Monochromatic Colors of #B31281
Black with #B31281
Text Example
Text Example
White with #B31281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31281; }
p { color: rgb(179,18,129); }
H1.HeaderClassName
{
color: #B31281;
}
.AnyTagClassName
{
color: #B31281;
}
</style>
background-color css
<style>
a { background-color: #B31281; }
a { background-color: rgb(179,18,129); }
div.DivClassName
{
background-color: #B31281;
}
.BgClassName
{
background-color: #B31281;
}
</style>
border-color css
<style>
span { border-color: #B31281; }
span { border-color: rgb(179,18,129); }
td.TdClassName
{
border-color: #B31281;
}
.TagClassName
{
border-color: #B31281;
}
</style>