Shades of Medium Violet Red #B90BA1
Tints of Medium Violet Red #B90BA1
RGB
CMYK
RGB Variations
Color information
#B90BA1 (or 0xB90BA1) is known color: Medium Violet Red. HEX triplet: B9, 0B and A1. RGB value is (185,11,161). Sum of RGB (Red+Green+Blue) = 185+11+161=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B90BA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90BA1 is #46F45E. Grayscale: #4F4F4F. Windows color (decimal): -4650079 or 10554297. OLE color: 10554297.
HSL color Cylindrical-coordinate representation of color #B90BA1: hue angle of 308.28º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90BA1 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 161 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.27 |
| HSL | 308.28º | 0.89% | 0.38% | - |
| HSV(B) | 308.28º | 0.94% | 0.73% | - |
| XYZ | 26.56 | 13.13 | 34.85 | - |
| YUV | 80.13 | 173.65 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 161 | 0 | 0.94 | 0.13 | 0.27 | 308.28 | 0.89 | 0.38 |
| Hex | B9 | B | A1 | 0 | 5E | D | 1B | 134 | 59 | 26 |
| Octal | 271 | 13 | 241 | 0 | 136 | 15 | 33 | 464 | 131 | 46 |
| Binary | 10111001 | 1011 | 10100001 | 0 | 1011110 | 1101 | 11011 | 100110100 | 1011001 | 100110 |
Color Harmonies of #B90BA1
Complementary color
Monochromatic Colors of #B90BA1
Black with #B90BA1
Text Example
Text Example
White with #B90BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90BA1; }
p { color: rgb(185,11,161); }
H1.HeaderClassName
{
color: #B90BA1;
}
.AnyTagClassName
{
color: #B90BA1;
}
</style>
background-color css
<style>
a { background-color: #B90BA1; }
a { background-color: rgb(185,11,161); }
div.DivClassName
{
background-color: #B90BA1;
}
.BgClassName
{
background-color: #B90BA1;
}
</style>
border-color css
<style>
span { border-color: #B90BA1; }
span { border-color: rgb(185,11,161); }
td.TdClassName
{
border-color: #B90BA1;
}
.TagClassName
{
border-color: #B90BA1;
}
</style>