Shades of Medium Violet Red #B51389
Tints of Medium Violet Red #B51389
RGB
CMYK
RGB Variations
Color information
#B51389 (or 0xB51389) is known color: Medium Violet Red. HEX triplet: B5, 13 and 89. RGB value is (181,19,137). Sum of RGB (Red+Green+Blue) = 181+19+137=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B51389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51389 is #4AEC76. Grayscale: #505050. Windows color (decimal): -4910199 or 8983477. OLE color: 8983477.
HSL color Cylindrical-coordinate representation of color #B51389: hue angle of 316.3º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51389 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 137 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.29 |
| HSL | 316.3º | 0.81% | 0.39% | - |
| HSV(B) | 316.3º | 0.9% | 0.71% | - |
| XYZ | 23.8 | 12.1 | 24.75 | - |
| YUV | 80.89 | 159.67 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 137 | 0 | 0.90 | 0.24 | 0.29 | 316.3 | 0.81 | 0.39 |
| Hex | B5 | 13 | 89 | 0 | 5A | 18 | 1D | 13C | 51 | 27 |
| Octal | 265 | 23 | 211 | 0 | 132 | 30 | 35 | 474 | 121 | 47 |
| Binary | 10110101 | 10011 | 10001001 | 0 | 1011010 | 11000 | 11101 | 100111100 | 1010001 | 100111 |
Color Harmonies of #B51389
Complementary color
Monochromatic Colors of #B51389
Black with #B51389
Text Example
Text Example
White with #B51389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51389; }
p { color: rgb(181,19,137); }
H1.HeaderClassName
{
color: #B51389;
}
.AnyTagClassName
{
color: #B51389;
}
</style>
background-color css
<style>
a { background-color: #B51389; }
a { background-color: rgb(181,19,137); }
div.DivClassName
{
background-color: #B51389;
}
.BgClassName
{
background-color: #B51389;
}
</style>
border-color css
<style>
span { border-color: #B51389; }
span { border-color: rgb(181,19,137); }
td.TdClassName
{
border-color: #B51389;
}
.TagClassName
{
border-color: #B51389;
}
</style>