Shades of Medium Violet Red #B31389
Tints of Medium Violet Red #B31389
RGB
CMYK
RGB Variations
Color information
#B31389 (or 0xB31389) is known color: Medium Violet Red. HEX triplet: B3, 13 and 89. RGB value is (179,19,137). Sum of RGB (Red+Green+Blue) = 179+19+137=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B31389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31389 is #4CEC76. Grayscale: #4F4F4F. Windows color (decimal): -5041271 or 8983475. OLE color: 8983475.
HSL color Cylindrical-coordinate representation of color #B31389: hue angle of 315.75º 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 #B31389 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 137 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.30 |
| HSL | 315.75º | 0.81% | 0.39% | - |
| HSV(B) | 315.75º | 0.89% | 0.7% | - |
| XYZ | 23.34 | 11.86 | 24.73 | - |
| YUV | 80.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 137 | 0 | 0.89 | 0.23 | 0.30 | 315.75 | 0.81 | 0.39 |
| Hex | B3 | 13 | 89 | 0 | 59 | 17 | 1E | 13C | 51 | 27 |
| Octal | 263 | 23 | 211 | 0 | 131 | 27 | 36 | 474 | 121 | 47 |
| Binary | 10110011 | 10011 | 10001001 | 0 | 1011001 | 10111 | 11110 | 100111100 | 1010001 | 100111 |
Color Harmonies of #B31389
Complementary color
Monochromatic Colors of #B31389
Black with #B31389
Text Example
Text Example
White with #B31389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31389; }
p { color: rgb(179,19,137); }
H1.HeaderClassName
{
color: #B31389;
}
.AnyTagClassName
{
color: #B31389;
}
</style>
background-color css
<style>
a { background-color: #B31389; }
a { background-color: rgb(179,19,137); }
div.DivClassName
{
background-color: #B31389;
}
.BgClassName
{
background-color: #B31389;
}
</style>
border-color css
<style>
span { border-color: #B31389; }
span { border-color: rgb(179,19,137); }
td.TdClassName
{
border-color: #B31389;
}
.TagClassName
{
border-color: #B31389;
}
</style>