Shades of Medium Violet Red #B91090
Tints of Medium Violet Red #B91090
RGB
CMYK
RGB Variations
Color information
#B91090 (or 0xB91090) is known color: Medium Violet Red. HEX triplet: B9, 10 and 90. RGB value is (185,16,144). Sum of RGB (Red+Green+Blue) = 185+16+144=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B91090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91090 is #46EF6F. Grayscale: #505050. Windows color (decimal): -4648816 or 9441465. OLE color: 9441465.
HSL color Cylindrical-coordinate representation of color #B91090: hue angle of 314.56º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91090 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 144 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.27 |
| HSL | 314.56º | 0.84% | 0.39% | - |
| HSV(B) | 314.56º | 0.91% | 0.73% | - |
| XYZ | 25.23 | 12.7 | 27.51 | - |
| YUV | 81.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 144 | 0 | 0.91 | 0.22 | 0.27 | 314.56 | 0.84 | 0.39 |
| Hex | B9 | 10 | 90 | 0 | 5B | 16 | 1B | 13B | 54 | 27 |
| Octal | 271 | 20 | 220 | 0 | 133 | 26 | 33 | 473 | 124 | 47 |
| Binary | 10111001 | 10000 | 10010000 | 0 | 1011011 | 10110 | 11011 | 100111011 | 1010100 | 100111 |
Color Harmonies of #B91090
Complementary color
Monochromatic Colors of #B91090
Black with #B91090
Text Example
Text Example
White with #B91090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91090; }
p { color: rgb(185,16,144); }
H1.HeaderClassName
{
color: #B91090;
}
.AnyTagClassName
{
color: #B91090;
}
</style>
background-color css
<style>
a { background-color: #B91090; }
a { background-color: rgb(185,16,144); }
div.DivClassName
{
background-color: #B91090;
}
.BgClassName
{
background-color: #B91090;
}
</style>
border-color css
<style>
span { border-color: #B91090; }
span { border-color: rgb(185,16,144); }
td.TdClassName
{
border-color: #B91090;
}
.TagClassName
{
border-color: #B91090;
}
</style>