Shades of Medium Violet Red #B90288
Tints of Medium Violet Red #B90288
RGB
CMYK
RGB Variations
Color information
#B90288 (or 0xB90288) is known color: Medium Violet Red. HEX triplet: B9, 02 and 88. RGB value is (185,2,136). Sum of RGB (Red+Green+Blue) = 185+2+136=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B90288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90288 is #46FD77. Grayscale: #474747. Windows color (decimal): -4652408 or 8913593. OLE color: 8913593.
HSL color Cylindrical-coordinate representation of color #B90288: hue angle of 316.07º 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 #B90288 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.27 |
| HSL | 316.07º | 0.98% | 0.37% | - |
| HSV(B) | 316.07º | 0.99% | 0.73% | - |
| XYZ | 24.47 | 12.14 | 24.35 | - |
| YUV | 71.99 | 164.13 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 136 | 0 | 0.99 | 0.26 | 0.27 | 316.07 | 0.98 | 0.37 |
| Hex | B9 | 2 | 88 | 0 | 63 | 1A | 1B | 13C | 62 | 25 |
| Octal | 271 | 2 | 210 | 0 | 143 | 32 | 33 | 474 | 142 | 45 |
| Binary | 10111001 | 10 | 10001000 | 0 | 1100011 | 11010 | 11011 | 100111100 | 1100010 | 100101 |
Color Harmonies of #B90288
Complementary color
Monochromatic Colors of #B90288
Black with #B90288
Text Example
Text Example
White with #B90288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90288; }
p { color: rgb(185,2,136); }
H1.HeaderClassName
{
color: #B90288;
}
.AnyTagClassName
{
color: #B90288;
}
</style>
background-color css
<style>
a { background-color: #B90288; }
a { background-color: rgb(185,2,136); }
div.DivClassName
{
background-color: #B90288;
}
.BgClassName
{
background-color: #B90288;
}
</style>
border-color css
<style>
span { border-color: #B90288; }
span { border-color: rgb(185,2,136); }
td.TdClassName
{
border-color: #B90288;
}
.TagClassName
{
border-color: #B90288;
}
</style>