Shades of Medium Violet Red #B91273
Tints of Medium Violet Red #B91273
RGB
CMYK
RGB Variations
Color information
#B91273 (or 0xB91273) is known color: Medium Violet Red. HEX triplet: B9, 12 and 73. RGB value is (185,18,115). Sum of RGB (Red+Green+Blue) = 185+18+115=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B91273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91273 is #46ED8C. Grayscale: #4E4E4E. Windows color (decimal): -4648333 or 7541433. OLE color: 7541433.
HSL color Cylindrical-coordinate representation of color #B91273: hue angle of 325.15º degrees, saturation: 0.82, 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 #B91273 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 115 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.27 |
| HSL | 325.15º | 0.82% | 0.4% | - |
| HSV(B) | 325.15º | 0.9% | 0.73% | - |
| XYZ | 23.32 | 11.98 | 17.3 | - |
| YUV | 78.99 | 148.33 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 115 | 0 | 0.90 | 0.38 | 0.27 | 325.15 | 0.82 | 0.4 |
| Hex | B9 | 12 | 73 | 0 | 5A | 26 | 1B | 145 | 52 | 28 |
| Octal | 271 | 22 | 163 | 0 | 132 | 46 | 33 | 505 | 122 | 50 |
| Binary | 10111001 | 10010 | 1110011 | 0 | 1011010 | 100110 | 11011 | 101000101 | 1010010 | 101000 |
Color Harmonies of #B91273
Complementary color
Monochromatic Colors of #B91273
Black with #B91273
Text Example
Text Example
White with #B91273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91273; }
p { color: rgb(185,18,115); }
H1.HeaderClassName
{
color: #B91273;
}
.AnyTagClassName
{
color: #B91273;
}
</style>
background-color css
<style>
a { background-color: #B91273; }
a { background-color: rgb(185,18,115); }
div.DivClassName
{
background-color: #B91273;
}
.BgClassName
{
background-color: #B91273;
}
</style>
border-color css
<style>
span { border-color: #B91273; }
span { border-color: rgb(185,18,115); }
td.TdClassName
{
border-color: #B91273;
}
.TagClassName
{
border-color: #B91273;
}
</style>