Shades of Medium Violet Red #B91570
Tints of Medium Violet Red #B91570
RGB
CMYK
RGB Variations
Color information
#B91570 (or 0xB91570) is known color: Medium Violet Red. HEX triplet: B9, 15 and 70. RGB value is (185,21,112). Sum of RGB (Red+Green+Blue) = 185+21+112=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B91570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91570 is #46EA8F. Grayscale: #505050. Windows color (decimal): -4647568 or 7345593. OLE color: 7345593.
HSL color Cylindrical-coordinate representation of color #B91570: hue angle of 326.71º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91570 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 21 | 112 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.27 |
| HSL | 326.71º | 0.8% | 0.4% | - |
| HSV(B) | 326.71º | 0.89% | 0.73% | - |
| XYZ | 23.2 | 12.02 | 16.43 | - |
| YUV | 80.41 | 145.83 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 21 | 112 | 0 | 0.89 | 0.39 | 0.27 | 326.71 | 0.8 | 0.4 |
| Hex | B9 | 15 | 70 | 0 | 59 | 27 | 1B | 147 | 50 | 28 |
| Octal | 271 | 25 | 160 | 0 | 131 | 47 | 33 | 507 | 120 | 50 |
| Binary | 10111001 | 10101 | 1110000 | 0 | 1011001 | 100111 | 11011 | 101000111 | 1010000 | 101000 |
Color Harmonies of #B91570
Complementary color
Monochromatic Colors of #B91570
Black with #B91570
Text Example
Text Example
White with #B91570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91570; }
p { color: rgb(185,21,112); }
H1.HeaderClassName
{
color: #B91570;
}
.AnyTagClassName
{
color: #B91570;
}
</style>
background-color css
<style>
a { background-color: #B91570; }
a { background-color: rgb(185,21,112); }
div.DivClassName
{
background-color: #B91570;
}
.BgClassName
{
background-color: #B91570;
}
</style>
border-color css
<style>
span { border-color: #B91570; }
span { border-color: rgb(185,21,112); }
td.TdClassName
{
border-color: #B91570;
}
.TagClassName
{
border-color: #B91570;
}
</style>