Shades of Medium Violet Red #B91A70
Tints of Medium Violet Red #B91A70
RGB
CMYK
RGB Variations
Color information
#B91A70 (or 0xB91A70) is known color: Medium Violet Red. HEX triplet: B9, 1A and 70. RGB value is (185,26,112). Sum of RGB (Red+Green+Blue) = 185+26+112=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B91A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91A70 is #46E58F. Grayscale: #535353. Windows color (decimal): -4646288 or 7346873. OLE color: 7346873.
HSL color Cylindrical-coordinate representation of color #B91A70: hue angle of 327.55º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91A70 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 26 | 112 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.27 |
| HSL | 327.55º | 0.75% | 0.41% | - |
| HSV(B) | 327.55º | 0.86% | 0.73% | - |
| XYZ | 23.3 | 12.22 | 16.46 | - |
| YUV | 83.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 26 | 112 | 0 | 0.86 | 0.39 | 0.27 | 327.55 | 0.75 | 0.41 |
| Hex | B9 | 1A | 70 | 0 | 56 | 27 | 1B | 148 | 4B | 29 |
| Octal | 271 | 32 | 160 | 0 | 126 | 47 | 33 | 510 | 113 | 51 |
| Binary | 10111001 | 11010 | 1110000 | 0 | 1010110 | 100111 | 11011 | 101001000 | 1001011 | 101001 |
Color Harmonies of #B91A70
Complementary color
Monochromatic Colors of #B91A70
Black with #B91A70
Text Example
Text Example
White with #B91A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91A70; }
p { color: rgb(185,26,112); }
H1.HeaderClassName
{
color: #B91A70;
}
.AnyTagClassName
{
color: #B91A70;
}
</style>
background-color css
<style>
a { background-color: #B91A70; }
a { background-color: rgb(185,26,112); }
div.DivClassName
{
background-color: #B91A70;
}
.BgClassName
{
background-color: #B91A70;
}
</style>
border-color css
<style>
span { border-color: #B91A70; }
span { border-color: rgb(185,26,112); }
td.TdClassName
{
border-color: #B91A70;
}
.TagClassName
{
border-color: #B91A70;
}
</style>