Shades of Medium Violet Red #B91CA0
Tints of Medium Violet Red #B91CA0
RGB
CMYK
RGB Variations
Color information
#B91CA0 (or 0xB91CA0) is known color: Medium Violet Red. HEX triplet: B9, 1C and A0. RGB value is (185,28,160). Sum of RGB (Red+Green+Blue) = 185+28+160=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B91CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91CA0 is #46E35F. Grayscale: #595959. Windows color (decimal): -4645728 or 10493113. OLE color: 10493113.
HSL color Cylindrical-coordinate representation of color #B91CA0: hue angle of 309.55º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91CA0 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 28 | 160 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.27 |
| HSL | 309.55º | 0.74% | 0.42% | - |
| HSV(B) | 309.55º | 0.85% | 0.73% | - |
| XYZ | 26.77 | 13.68 | 34.49 | - |
| YUV | 89.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 160 | 0 | 0.85 | 0.14 | 0.27 | 309.55 | 0.74 | 0.42 |
| Hex | B9 | 1C | A0 | 0 | 55 | E | 1B | 136 | 4A | 2A |
| Octal | 271 | 34 | 240 | 0 | 125 | 16 | 33 | 466 | 112 | 52 |
| Binary | 10111001 | 11100 | 10100000 | 0 | 1010101 | 1110 | 11011 | 100110110 | 1001010 | 101010 |
Color Harmonies of #B91CA0
Complementary color
Monochromatic Colors of #B91CA0
Black with #B91CA0
Text Example
Text Example
White with #B91CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91CA0; }
p { color: rgb(185,28,160); }
H1.HeaderClassName
{
color: #B91CA0;
}
.AnyTagClassName
{
color: #B91CA0;
}
</style>
background-color css
<style>
a { background-color: #B91CA0; }
a { background-color: rgb(185,28,160); }
div.DivClassName
{
background-color: #B91CA0;
}
.BgClassName
{
background-color: #B91CA0;
}
</style>
border-color css
<style>
span { border-color: #B91CA0; }
span { border-color: rgb(185,28,160); }
td.TdClassName
{
border-color: #B91CA0;
}
.TagClassName
{
border-color: #B91CA0;
}
</style>