Shades of Medium Violet Red #B91372
Tints of Medium Violet Red #B91372
RGB
CMYK
RGB Variations
Color information
#B91372 (or 0xB91372) is known color: Medium Violet Red. HEX triplet: B9, 13 and 72. RGB value is (185,19,114). Sum of RGB (Red+Green+Blue) = 185+19+114=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B91372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91372 is #46EC8D. Grayscale: #4F4F4F. Windows color (decimal): -4648078 or 7476153. OLE color: 7476153.
HSL color Cylindrical-coordinate representation of color #B91372: hue angle of 325.66º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91372 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 114 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.27 |
| HSL | 325.66º | 0.81% | 0.4% | - |
| HSV(B) | 325.66º | 0.9% | 0.73% | - |
| XYZ | 23.28 | 11.99 | 17.01 | - |
| YUV | 79.46 | 147.5 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 114 | 0 | 0.90 | 0.38 | 0.27 | 325.66 | 0.81 | 0.4 |
| Hex | B9 | 13 | 72 | 0 | 5A | 26 | 1B | 146 | 51 | 28 |
| Octal | 271 | 23 | 162 | 0 | 132 | 46 | 33 | 506 | 121 | 50 |
| Binary | 10111001 | 10011 | 1110010 | 0 | 1011010 | 100110 | 11011 | 101000110 | 1010001 | 101000 |
Color Harmonies of #B91372
Complementary color
Monochromatic Colors of #B91372
Black with #B91372
Text Example
Text Example
White with #B91372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91372; }
p { color: rgb(185,19,114); }
H1.HeaderClassName
{
color: #B91372;
}
.AnyTagClassName
{
color: #B91372;
}
</style>
background-color css
<style>
a { background-color: #B91372; }
a { background-color: rgb(185,19,114); }
div.DivClassName
{
background-color: #B91372;
}
.BgClassName
{
background-color: #B91372;
}
</style>
border-color css
<style>
span { border-color: #B91372; }
span { border-color: rgb(185,19,114); }
td.TdClassName
{
border-color: #B91372;
}
.TagClassName
{
border-color: #B91372;
}
</style>