Shades of Medium Violet Red #B31688
Tints of Medium Violet Red #B31688
RGB
CMYK
RGB Variations
Color information
#B31688 (or 0xB31688) is known color: Medium Violet Red. HEX triplet: B3, 16 and 88. RGB value is (179,22,136). Sum of RGB (Red+Green+Blue) = 179+22+136=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B31688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31688 is #4CE977. Grayscale: #515151. Windows color (decimal): -5040504 or 8918707. OLE color: 8918707.
HSL color Cylindrical-coordinate representation of color #B31688: hue angle of 316.43º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31688 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 22 | 136 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.30 |
| HSL | 316.43º | 0.78% | 0.39% | - |
| HSV(B) | 316.43º | 0.88% | 0.7% | - |
| XYZ | 23.32 | 11.94 | 24.37 | - |
| YUV | 81.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 136 | 0 | 0.88 | 0.24 | 0.30 | 316.43 | 0.78 | 0.39 |
| Hex | B3 | 16 | 88 | 0 | 58 | 18 | 1E | 13C | 4E | 27 |
| Octal | 263 | 26 | 210 | 0 | 130 | 30 | 36 | 474 | 116 | 47 |
| Binary | 10110011 | 10110 | 10001000 | 0 | 1011000 | 11000 | 11110 | 100111100 | 1001110 | 100111 |
Color Harmonies of #B31688
Complementary color
Monochromatic Colors of #B31688
Black with #B31688
Text Example
Text Example
White with #B31688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31688; }
p { color: rgb(179,22,136); }
H1.HeaderClassName
{
color: #B31688;
}
.AnyTagClassName
{
color: #B31688;
}
</style>
background-color css
<style>
a { background-color: #B31688; }
a { background-color: rgb(179,22,136); }
div.DivClassName
{
background-color: #B31688;
}
.BgClassName
{
background-color: #B31688;
}
</style>
border-color css
<style>
span { border-color: #B31688; }
span { border-color: rgb(179,22,136); }
td.TdClassName
{
border-color: #B31688;
}
.TagClassName
{
border-color: #B31688;
}
</style>