Shades of Medium Violet Red #B31280
Tints of Medium Violet Red #B31280
RGB
CMYK
RGB Variations
Color information
#B31280 (or 0xB31280) is known color: Medium Violet Red. HEX triplet: B3, 12 and 80. RGB value is (179,18,128). Sum of RGB (Red+Green+Blue) = 179+18+128=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B31280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31280 is #4CED7F. Grayscale: #4E4E4E. Windows color (decimal): -5041536 or 8393395. OLE color: 8393395.
HSL color Cylindrical-coordinate representation of color #B31280: hue angle of 319.01º 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 #B31280 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 128 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.30 |
| HSL | 319.01º | 0.82% | 0.39% | - |
| HSV(B) | 319.01º | 0.9% | 0.7% | - |
| XYZ | 22.7 | 11.57 | 21.46 | - |
| YUV | 78.68 | 155.84 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 128 | 0 | 0.90 | 0.28 | 0.30 | 319.01 | 0.82 | 0.39 |
| Hex | B3 | 12 | 80 | 0 | 5A | 1C | 1E | 13F | 52 | 27 |
| Octal | 263 | 22 | 200 | 0 | 132 | 34 | 36 | 477 | 122 | 47 |
| Binary | 10110011 | 10010 | 10000000 | 0 | 1011010 | 11100 | 11110 | 100111111 | 1010010 | 100111 |
Color Harmonies of #B31280
Complementary color
Monochromatic Colors of #B31280
Black with #B31280
Text Example
Text Example
White with #B31280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31280; }
p { color: rgb(179,18,128); }
H1.HeaderClassName
{
color: #B31280;
}
.AnyTagClassName
{
color: #B31280;
}
</style>
background-color css
<style>
a { background-color: #B31280; }
a { background-color: rgb(179,18,128); }
div.DivClassName
{
background-color: #B31280;
}
.BgClassName
{
background-color: #B31280;
}
</style>
border-color css
<style>
span { border-color: #B31280; }
span { border-color: rgb(179,18,128); }
td.TdClassName
{
border-color: #B31280;
}
.TagClassName
{
border-color: #B31280;
}
</style>