Shades of Medium Violet Red #B31BA8
Tints of Medium Violet Red #B31BA8
RGB
CMYK
RGB Variations
Color information
#B31BA8 (or 0xB31BA8) is known color: Medium Violet Red. HEX triplet: B3, 1B and A8. RGB value is (179,27,168). Sum of RGB (Red+Green+Blue) = 179+27+168=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B31BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31BA8 is #4CE457. Grayscale: #585858. Windows color (decimal): -5039192 or 11017139. OLE color: 11017139.
HSL color Cylindrical-coordinate representation of color #B31BA8: hue angle of 304.34º degrees, saturation: 0.74, 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 #B31BA8 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 27 | 168 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.30 |
| HSL | 304.34º | 0.74% | 0.4% | - |
| HSV(B) | 304.34º | 0.85% | 0.7% | - |
| XYZ | 26.05 | 13.19 | 38.22 | - |
| YUV | 88.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 168 | 0 | 0.85 | 0.06 | 0.30 | 304.34 | 0.74 | 0.4 |
| Hex | B3 | 1B | A8 | 0 | 55 | 6 | 1E | 130 | 4A | 28 |
| Octal | 263 | 33 | 250 | 0 | 125 | 6 | 36 | 460 | 112 | 50 |
| Binary | 10110011 | 11011 | 10101000 | 0 | 1010101 | 110 | 11110 | 100110000 | 1001010 | 101000 |
Color Harmonies of #B31BA8
Complementary color
Monochromatic Colors of #B31BA8
Black with #B31BA8
Text Example
Text Example
White with #B31BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31BA8; }
p { color: rgb(179,27,168); }
H1.HeaderClassName
{
color: #B31BA8;
}
.AnyTagClassName
{
color: #B31BA8;
}
</style>
background-color css
<style>
a { background-color: #B31BA8; }
a { background-color: rgb(179,27,168); }
div.DivClassName
{
background-color: #B31BA8;
}
.BgClassName
{
background-color: #B31BA8;
}
</style>
border-color css
<style>
span { border-color: #B31BA8; }
span { border-color: rgb(179,27,168); }
td.TdClassName
{
border-color: #B31BA8;
}
.TagClassName
{
border-color: #B31BA8;
}
</style>