Shades of Medium Violet Red #B71389
Tints of Medium Violet Red #B71389
RGB
CMYK
RGB Variations
Color information
#B71389 (or 0xB71389) is known color: Medium Violet Red. HEX triplet: B7, 13 and 89. RGB value is (183,19,137). Sum of RGB (Red+Green+Blue) = 183+19+137=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B71389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71389 is #48EC76. Grayscale: #515151. Windows color (decimal): -4779127 or 8983479. OLE color: 8983479.
HSL color Cylindrical-coordinate representation of color #B71389: hue angle of 316.83º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71389 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 137 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.28 |
| HSL | 316.83º | 0.81% | 0.4% | - |
| HSV(B) | 316.83º | 0.9% | 0.72% | - |
| XYZ | 24.28 | 12.34 | 24.77 | - |
| YUV | 81.49 | 159.33 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 137 | 0 | 0.90 | 0.25 | 0.28 | 316.83 | 0.81 | 0.4 |
| Hex | B7 | 13 | 89 | 0 | 5A | 19 | 1C | 13D | 51 | 28 |
| Octal | 267 | 23 | 211 | 0 | 132 | 31 | 34 | 475 | 121 | 50 |
| Binary | 10110111 | 10011 | 10001001 | 0 | 1011010 | 11001 | 11100 | 100111101 | 1010001 | 101000 |
Color Harmonies of #B71389
Complementary color
Monochromatic Colors of #B71389
Black with #B71389
Text Example
Text Example
White with #B71389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71389; }
p { color: rgb(183,19,137); }
H1.HeaderClassName
{
color: #B71389;
}
.AnyTagClassName
{
color: #B71389;
}
</style>
background-color css
<style>
a { background-color: #B71389; }
a { background-color: rgb(183,19,137); }
div.DivClassName
{
background-color: #B71389;
}
.BgClassName
{
background-color: #B71389;
}
</style>
border-color css
<style>
span { border-color: #B71389; }
span { border-color: rgb(183,19,137); }
td.TdClassName
{
border-color: #B71389;
}
.TagClassName
{
border-color: #B71389;
}
</style>