Shades of Medium Violet Red #B31191
Tints of Medium Violet Red #B31191
RGB
CMYK
RGB Variations
Color information
#B31191 (or 0xB31191) is known color: Medium Violet Red. HEX triplet: B3, 11 and 91. RGB value is (179,17,145). Sum of RGB (Red+Green+Blue) = 179+17+145=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B31191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31191 is #4CEE6E. Grayscale: #4F4F4F. Windows color (decimal): -5041775 or 9507251. OLE color: 9507251.
HSL color Cylindrical-coordinate representation of color #B31191: hue angle of 312.59º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31191 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 145 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.30 |
| HSL | 312.59º | 0.83% | 0.38% | - |
| HSV(B) | 312.59º | 0.91% | 0.7% | - |
| XYZ | 23.9 | 12.03 | 27.85 | - |
| YUV | 80.03 | 164.67 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 145 | 0 | 0.91 | 0.19 | 0.30 | 312.59 | 0.83 | 0.38 |
| Hex | B3 | 11 | 91 | 0 | 5B | 13 | 1E | 139 | 53 | 26 |
| Octal | 263 | 21 | 221 | 0 | 133 | 23 | 36 | 471 | 123 | 46 |
| Binary | 10110011 | 10001 | 10010001 | 0 | 1011011 | 10011 | 11110 | 100111001 | 1010011 | 100110 |
Color Harmonies of #B31191
Complementary color
Monochromatic Colors of #B31191
Black with #B31191
Text Example
Text Example
White with #B31191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31191; }
p { color: rgb(179,17,145); }
H1.HeaderClassName
{
color: #B31191;
}
.AnyTagClassName
{
color: #B31191;
}
</style>
background-color css
<style>
a { background-color: #B31191; }
a { background-color: rgb(179,17,145); }
div.DivClassName
{
background-color: #B31191;
}
.BgClassName
{
background-color: #B31191;
}
</style>
border-color css
<style>
span { border-color: #B31191; }
span { border-color: rgb(179,17,145); }
td.TdClassName
{
border-color: #B31191;
}
.TagClassName
{
border-color: #B31191;
}
</style>