Shades of Medium Violet Red #B31A8C
Tints of Medium Violet Red #B31A8C
RGB
CMYK
RGB Variations
Color information
#B31A8C (or 0xB31A8C) is known color: Medium Violet Red. HEX triplet: B3, 1A and 8C. RGB value is (179,26,140). Sum of RGB (Red+Green+Blue) = 179+26+140=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31A8C is #4CE573. Grayscale: #545454. Windows color (decimal): -5039476 or 9181875. OLE color: 9181875.
HSL color Cylindrical-coordinate representation of color #B31A8C: hue angle of 315.29º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A8C is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 140 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.30 |
| HSL | 315.29º | 0.75% | 0.4% | - |
| HSV(B) | 315.29º | 0.85% | 0.7% | - |
| XYZ | 23.69 | 12.22 | 25.92 | - |
| YUV | 84.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 140 | 0 | 0.85 | 0.22 | 0.30 | 315.29 | 0.75 | 0.4 |
| Hex | B3 | 1A | 8C | 0 | 55 | 16 | 1E | 13B | 4B | 28 |
| Octal | 263 | 32 | 214 | 0 | 125 | 26 | 36 | 473 | 113 | 50 |
| Binary | 10110011 | 11010 | 10001100 | 0 | 1010101 | 10110 | 11110 | 100111011 | 1001011 | 101000 |
Color Harmonies of #B31A8C
Complementary color
Monochromatic Colors of #B31A8C
Black with #B31A8C
Text Example
Text Example
White with #B31A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31A8C; }
p { color: rgb(179,26,140); }
H1.HeaderClassName
{
color: #B31A8C;
}
.AnyTagClassName
{
color: #B31A8C;
}
</style>
background-color css
<style>
a { background-color: #B31A8C; }
a { background-color: rgb(179,26,140); }
div.DivClassName
{
background-color: #B31A8C;
}
.BgClassName
{
background-color: #B31A8C;
}
</style>
border-color css
<style>
span { border-color: #B31A8C; }
span { border-color: rgb(179,26,140); }
td.TdClassName
{
border-color: #B31A8C;
}
.TagClassName
{
border-color: #B31A8C;
}
</style>