Shades of Medium Violet Red #B31488
Tints of Medium Violet Red #B31488
RGB
CMYK
RGB Variations
Color information
#B31488 (or 0xB31488) is known color: Medium Violet Red. HEX triplet: B3, 14 and 88. RGB value is (179,20,136). Sum of RGB (Red+Green+Blue) = 179+20+136=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B31488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31488 is #4CEB77. Grayscale: #505050. Windows color (decimal): -5041016 or 8918195. OLE color: 8918195.
HSL color Cylindrical-coordinate representation of color #B31488: hue angle of 316.23º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31488 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 136 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.30 |
| HSL | 316.23º | 0.8% | 0.39% | - |
| HSV(B) | 316.23º | 0.89% | 0.7% | - |
| XYZ | 23.28 | 11.86 | 24.35 | - |
| YUV | 80.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 136 | 0 | 0.89 | 0.24 | 0.30 | 316.23 | 0.8 | 0.39 |
| Hex | B3 | 14 | 88 | 0 | 59 | 18 | 1E | 13C | 50 | 27 |
| Octal | 263 | 24 | 210 | 0 | 131 | 30 | 36 | 474 | 120 | 47 |
| Binary | 10110011 | 10100 | 10001000 | 0 | 1011001 | 11000 | 11110 | 100111100 | 1010000 | 100111 |
Color Harmonies of #B31488
Complementary color
Monochromatic Colors of #B31488
Black with #B31488
Text Example
Text Example
White with #B31488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31488; }
p { color: rgb(179,20,136); }
H1.HeaderClassName
{
color: #B31488;
}
.AnyTagClassName
{
color: #B31488;
}
</style>
background-color css
<style>
a { background-color: #B31488; }
a { background-color: rgb(179,20,136); }
div.DivClassName
{
background-color: #B31488;
}
.BgClassName
{
background-color: #B31488;
}
</style>
border-color css
<style>
span { border-color: #B31488; }
span { border-color: rgb(179,20,136); }
td.TdClassName
{
border-color: #B31488;
}
.TagClassName
{
border-color: #B31488;
}
</style>