Shades of Medium Violet Red #B31A8A
Tints of Medium Violet Red #B31A8A
RGB
CMYK
RGB Variations
Color information
#B31A8A (or 0xB31A8A) is known color: Medium Violet Red. HEX triplet: B3, 1A and 8A. RGB value is (179,26,138). Sum of RGB (Red+Green+Blue) = 179+26+138=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31A8A is #4CE575. Grayscale: #545454. Windows color (decimal): -5039478 or 9050803. OLE color: 9050803.
HSL color Cylindrical-coordinate representation of color #B31A8A: hue angle of 316.08º 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 #B31A8A is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 138 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.30 |
| HSL | 316.08º | 0.75% | 0.4% | - |
| HSV(B) | 316.08º | 0.85% | 0.7% | - |
| XYZ | 23.55 | 12.16 | 25.15 | - |
| YUV | 84.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 138 | 0 | 0.85 | 0.23 | 0.30 | 316.08 | 0.75 | 0.4 |
| Hex | B3 | 1A | 8A | 0 | 55 | 17 | 1E | 13C | 4B | 28 |
| Octal | 263 | 32 | 212 | 0 | 125 | 27 | 36 | 474 | 113 | 50 |
| Binary | 10110011 | 11010 | 10001010 | 0 | 1010101 | 10111 | 11110 | 100111100 | 1001011 | 101000 |
Color Harmonies of #B31A8A
Complementary color
Monochromatic Colors of #B31A8A
Black with #B31A8A
Text Example
Text Example
White with #B31A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31A8A; }
p { color: rgb(179,26,138); }
H1.HeaderClassName
{
color: #B31A8A;
}
.AnyTagClassName
{
color: #B31A8A;
}
</style>
background-color css
<style>
a { background-color: #B31A8A; }
a { background-color: rgb(179,26,138); }
div.DivClassName
{
background-color: #B31A8A;
}
.BgClassName
{
background-color: #B31A8A;
}
</style>
border-color css
<style>
span { border-color: #B31A8A; }
span { border-color: rgb(179,26,138); }
td.TdClassName
{
border-color: #B31A8A;
}
.TagClassName
{
border-color: #B31A8A;
}
</style>