Shades of Medium Violet Red #B31387
Tints of Medium Violet Red #B31387
RGB
CMYK
RGB Variations
Color information
#B31387 (or 0xB31387) is known color: Medium Violet Red. HEX triplet: B3, 13 and 87. RGB value is (179,19,135). Sum of RGB (Red+Green+Blue) = 179+19+135=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B31387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31387 is #4CEC78. Grayscale: #4F4F4F. Windows color (decimal): -5041273 or 8852403. OLE color: 8852403.
HSL color Cylindrical-coordinate representation of color #B31387: hue angle of 316.5º degrees, saturation: 0.81, 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 #B31387 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 135 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.30 |
| HSL | 316.5º | 0.81% | 0.39% | - |
| HSV(B) | 316.5º | 0.89% | 0.7% | - |
| XYZ | 23.2 | 11.8 | 23.98 | - |
| YUV | 80.06 | 159.01 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 135 | 0 | 0.89 | 0.25 | 0.30 | 316.5 | 0.81 | 0.39 |
| Hex | B3 | 13 | 87 | 0 | 59 | 19 | 1E | 13C | 51 | 27 |
| Octal | 263 | 23 | 207 | 0 | 131 | 31 | 36 | 474 | 121 | 47 |
| Binary | 10110011 | 10011 | 10000111 | 0 | 1011001 | 11001 | 11110 | 100111100 | 1010001 | 100111 |
Color Harmonies of #B31387
Complementary color
Monochromatic Colors of #B31387
Black with #B31387
Text Example
Text Example
White with #B31387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31387; }
p { color: rgb(179,19,135); }
H1.HeaderClassName
{
color: #B31387;
}
.AnyTagClassName
{
color: #B31387;
}
</style>
background-color css
<style>
a { background-color: #B31387; }
a { background-color: rgb(179,19,135); }
div.DivClassName
{
background-color: #B31387;
}
.BgClassName
{
background-color: #B31387;
}
</style>
border-color css
<style>
span { border-color: #B31387; }
span { border-color: rgb(179,19,135); }
td.TdClassName
{
border-color: #B31387;
}
.TagClassName
{
border-color: #B31387;
}
</style>