Shades of Medium Violet Red #B31295
Tints of Medium Violet Red #B31295
RGB
CMYK
RGB Variations
Color information
#B31295 (or 0xB31295) is known color: Medium Violet Red. HEX triplet: B3, 12 and 95. RGB value is (179,18,149). Sum of RGB (Red+Green+Blue) = 179+18+149=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B31295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31295 is #4CED6A. Grayscale: #505050. Windows color (decimal): -5041515 or 9769651. OLE color: 9769651.
HSL color Cylindrical-coordinate representation of color #B31295: hue angle of 311.18º 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 #B31295 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 149 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.30 |
| HSL | 311.18º | 0.82% | 0.39% | - |
| HSV(B) | 311.18º | 0.9% | 0.7% | - |
| XYZ | 24.23 | 12.19 | 29.51 | - |
| YUV | 81.07 | 166.34 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 149 | 0 | 0.90 | 0.17 | 0.30 | 311.18 | 0.82 | 0.39 |
| Hex | B3 | 12 | 95 | 0 | 5A | 11 | 1E | 137 | 52 | 27 |
| Octal | 263 | 22 | 225 | 0 | 132 | 21 | 36 | 467 | 122 | 47 |
| Binary | 10110011 | 10010 | 10010101 | 0 | 1011010 | 10001 | 11110 | 100110111 | 1010010 | 100111 |
Color Harmonies of #B31295
Complementary color
Monochromatic Colors of #B31295
Black with #B31295
Text Example
Text Example
White with #B31295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31295; }
p { color: rgb(179,18,149); }
H1.HeaderClassName
{
color: #B31295;
}
.AnyTagClassName
{
color: #B31295;
}
</style>
background-color css
<style>
a { background-color: #B31295; }
a { background-color: rgb(179,18,149); }
div.DivClassName
{
background-color: #B31295;
}
.BgClassName
{
background-color: #B31295;
}
</style>
border-color css
<style>
span { border-color: #B31295; }
span { border-color: rgb(179,18,149); }
td.TdClassName
{
border-color: #B31295;
}
.TagClassName
{
border-color: #B31295;
}
</style>