Shades of Medium Violet Red #B90291
Tints of Medium Violet Red #B90291
RGB
CMYK
RGB Variations
Color information
#B90291 (or 0xB90291) is known color: Medium Violet Red. HEX triplet: B9, 02 and 91. RGB value is (185,2,145). Sum of RGB (Red+Green+Blue) = 185+2+145=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B90291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90291 is #46FD6E. Grayscale: #484848. Windows color (decimal): -4652399 or 9503417. OLE color: 9503417.
HSL color Cylindrical-coordinate representation of color #B90291: hue angle of 313.11º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90291 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.27 |
| HSL | 313.11º | 0.98% | 0.37% | - |
| HSV(B) | 313.11º | 0.99% | 0.73% | - |
| XYZ | 25.14 | 12.4 | 27.86 | - |
| YUV | 73.02 | 168.63 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 145 | 0 | 0.99 | 0.22 | 0.27 | 313.11 | 0.98 | 0.37 |
| Hex | B9 | 2 | 91 | 0 | 63 | 16 | 1B | 139 | 62 | 25 |
| Octal | 271 | 2 | 221 | 0 | 143 | 26 | 33 | 471 | 142 | 45 |
| Binary | 10111001 | 10 | 10010001 | 0 | 1100011 | 10110 | 11011 | 100111001 | 1100010 | 100101 |
Color Harmonies of #B90291
Complementary color
Monochromatic Colors of #B90291
Black with #B90291
Text Example
Text Example
White with #B90291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90291; }
p { color: rgb(185,2,145); }
H1.HeaderClassName
{
color: #B90291;
}
.AnyTagClassName
{
color: #B90291;
}
</style>
background-color css
<style>
a { background-color: #B90291; }
a { background-color: rgb(185,2,145); }
div.DivClassName
{
background-color: #B90291;
}
.BgClassName
{
background-color: #B90291;
}
</style>
border-color css
<style>
span { border-color: #B90291; }
span { border-color: rgb(185,2,145); }
td.TdClassName
{
border-color: #B90291;
}
.TagClassName
{
border-color: #B90291;
}
</style>