Shades of Medium Violet Red #B91193
Tints of Medium Violet Red #B91193
RGB
CMYK
RGB Variations
Color information
#B91193 (or 0xB91193) is known color: Medium Violet Red. HEX triplet: B9, 11 and 93. RGB value is (185,17,147). Sum of RGB (Red+Green+Blue) = 185+17+147=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B91193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91193 is #46EE6C. Grayscale: #515151. Windows color (decimal): -4648557 or 9638329. OLE color: 9638329.
HSL color Cylindrical-coordinate representation of color #B91193: hue angle of 313.57º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91193 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 147 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.27 |
| HSL | 313.57º | 0.83% | 0.4% | - |
| HSV(B) | 313.57º | 0.91% | 0.73% | - |
| XYZ | 25.47 | 12.82 | 28.74 | - |
| YUV | 82.05 | 164.66 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 147 | 0 | 0.91 | 0.21 | 0.27 | 313.57 | 0.83 | 0.4 |
| Hex | B9 | 11 | 93 | 0 | 5B | 15 | 1B | 13A | 53 | 28 |
| Octal | 271 | 21 | 223 | 0 | 133 | 25 | 33 | 472 | 123 | 50 |
| Binary | 10111001 | 10001 | 10010011 | 0 | 1011011 | 10101 | 11011 | 100111010 | 1010011 | 101000 |
Color Harmonies of #B91193
Complementary color
Monochromatic Colors of #B91193
Black with #B91193
Text Example
Text Example
White with #B91193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91193; }
p { color: rgb(185,17,147); }
H1.HeaderClassName
{
color: #B91193;
}
.AnyTagClassName
{
color: #B91193;
}
</style>
background-color css
<style>
a { background-color: #B91193; }
a { background-color: rgb(185,17,147); }
div.DivClassName
{
background-color: #B91193;
}
.BgClassName
{
background-color: #B91193;
}
</style>
border-color css
<style>
span { border-color: #B91193; }
span { border-color: rgb(185,17,147); }
td.TdClassName
{
border-color: #B91193;
}
.TagClassName
{
border-color: #B91193;
}
</style>