Shades of Medium Violet Red #B31395
Tints of Medium Violet Red #B31395
RGB
CMYK
RGB Variations
Color information
#B31395 (or 0xB31395) is known color: Medium Violet Red. HEX triplet: B3, 13 and 95. RGB value is (179,19,149). Sum of RGB (Red+Green+Blue) = 179+19+149=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B31395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31395 is #4CEC6A. Grayscale: #515151. Windows color (decimal): -5041259 or 9769907. OLE color: 9769907.
HSL color Cylindrical-coordinate representation of color #B31395: hue angle of 311.25º 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 #B31395 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 149 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.30 |
| HSL | 311.25º | 0.81% | 0.39% | - |
| HSV(B) | 311.25º | 0.89% | 0.7% | - |
| XYZ | 24.25 | 12.22 | 29.51 | - |
| YUV | 81.66 | 166.01 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 149 | 0 | 0.89 | 0.17 | 0.30 | 311.25 | 0.81 | 0.39 |
| Hex | B3 | 13 | 95 | 0 | 59 | 11 | 1E | 137 | 51 | 27 |
| Octal | 263 | 23 | 225 | 0 | 131 | 21 | 36 | 467 | 121 | 47 |
| Binary | 10110011 | 10011 | 10010101 | 0 | 1011001 | 10001 | 11110 | 100110111 | 1010001 | 100111 |
Color Harmonies of #B31395
Complementary color
Monochromatic Colors of #B31395
Black with #B31395
Text Example
Text Example
White with #B31395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31395; }
p { color: rgb(179,19,149); }
H1.HeaderClassName
{
color: #B31395;
}
.AnyTagClassName
{
color: #B31395;
}
</style>
background-color css
<style>
a { background-color: #B31395; }
a { background-color: rgb(179,19,149); }
div.DivClassName
{
background-color: #B31395;
}
.BgClassName
{
background-color: #B31395;
}
</style>
border-color css
<style>
span { border-color: #B31395; }
span { border-color: rgb(179,19,149); }
td.TdClassName
{
border-color: #B31395;
}
.TagClassName
{
border-color: #B31395;
}
</style>