Shades of Medium Violet Red #B31275
Tints of Medium Violet Red #B31275
RGB
CMYK
RGB Variations
Color information
#B31275 (or 0xB31275) is known color: Medium Violet Red. HEX triplet: B3, 12 and 75. RGB value is (179,18,117). Sum of RGB (Red+Green+Blue) = 179+18+117=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B31275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31275 is #4CED8A. Grayscale: #4D4D4D. Windows color (decimal): -5041547 or 7672499. OLE color: 7672499.
HSL color Cylindrical-coordinate representation of color #B31275: hue angle of 323.11º 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 #B31275 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 117 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.30 |
| HSL | 323.11º | 0.82% | 0.39% | - |
| HSV(B) | 323.11º | 0.9% | 0.7% | - |
| XYZ | 22.02 | 11.3 | 17.85 | - |
| YUV | 77.43 | 150.34 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 117 | 0 | 0.90 | 0.35 | 0.30 | 323.11 | 0.82 | 0.39 |
| Hex | B3 | 12 | 75 | 0 | 5A | 23 | 1E | 143 | 52 | 27 |
| Octal | 263 | 22 | 165 | 0 | 132 | 43 | 36 | 503 | 122 | 47 |
| Binary | 10110011 | 10010 | 1110101 | 0 | 1011010 | 100011 | 11110 | 101000011 | 1010010 | 100111 |
Color Harmonies of #B31275
Complementary color
Monochromatic Colors of #B31275
Black with #B31275
Text Example
Text Example
White with #B31275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31275; }
p { color: rgb(179,18,117); }
H1.HeaderClassName
{
color: #B31275;
}
.AnyTagClassName
{
color: #B31275;
}
</style>
background-color css
<style>
a { background-color: #B31275; }
a { background-color: rgb(179,18,117); }
div.DivClassName
{
background-color: #B31275;
}
.BgClassName
{
background-color: #B31275;
}
</style>
border-color css
<style>
span { border-color: #B31275; }
span { border-color: rgb(179,18,117); }
td.TdClassName
{
border-color: #B31275;
}
.TagClassName
{
border-color: #B31275;
}
</style>