Shades of Medium Violet Red #B31291
Tints of Medium Violet Red #B31291
RGB
CMYK
RGB Variations
Color information
#B31291 (or 0xB31291) is known color: Medium Violet Red. HEX triplet: B3, 12 and 91. RGB value is (179,18,145). Sum of RGB (Red+Green+Blue) = 179+18+145=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B31291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31291 is #4CED6E. Grayscale: #505050. Windows color (decimal): -5041519 or 9507507. OLE color: 9507507.
HSL color Cylindrical-coordinate representation of color #B31291: hue angle of 312.67º 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 #B31291 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 145 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.30 |
| HSL | 312.67º | 0.82% | 0.39% | - |
| HSV(B) | 312.67º | 0.9% | 0.7% | - |
| XYZ | 23.92 | 12.06 | 27.86 | - |
| YUV | 80.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 145 | 0 | 0.90 | 0.19 | 0.30 | 312.67 | 0.82 | 0.39 |
| Hex | B3 | 12 | 91 | 0 | 5A | 13 | 1E | 139 | 52 | 27 |
| Octal | 263 | 22 | 221 | 0 | 132 | 23 | 36 | 471 | 122 | 47 |
| Binary | 10110011 | 10010 | 10010001 | 0 | 1011010 | 10011 | 11110 | 100111001 | 1010010 | 100111 |
Color Harmonies of #B31291
Complementary color
Monochromatic Colors of #B31291
Black with #B31291
Text Example
Text Example
White with #B31291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31291; }
p { color: rgb(179,18,145); }
H1.HeaderClassName
{
color: #B31291;
}
.AnyTagClassName
{
color: #B31291;
}
</style>
background-color css
<style>
a { background-color: #B31291; }
a { background-color: rgb(179,18,145); }
div.DivClassName
{
background-color: #B31291;
}
.BgClassName
{
background-color: #B31291;
}
</style>
border-color css
<style>
span { border-color: #B31291; }
span { border-color: rgb(179,18,145); }
td.TdClassName
{
border-color: #B31291;
}
.TagClassName
{
border-color: #B31291;
}
</style>