Shades of Medium Violet Red #B90287
Tints of Medium Violet Red #B90287
RGB
CMYK
RGB Variations
Color information
#B90287 (or 0xB90287) is known color: Medium Violet Red. HEX triplet: B9, 02 and 87. RGB value is (185,2,135). Sum of RGB (Red+Green+Blue) = 185+2+135=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B90287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90287 is #46FD78. Grayscale: #474747. Windows color (decimal): -4652409 or 8848057. OLE color: 8848057.
HSL color Cylindrical-coordinate representation of color #B90287: hue angle of 316.39º 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 #B90287 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.27 |
| HSL | 316.39º | 0.98% | 0.37% | - |
| HSV(B) | 316.39º | 0.99% | 0.73% | - |
| XYZ | 24.4 | 12.11 | 23.97 | - |
| YUV | 71.88 | 163.63 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 135 | 0 | 0.99 | 0.27 | 0.27 | 316.39 | 0.98 | 0.37 |
| Hex | B9 | 2 | 87 | 0 | 63 | 1B | 1B | 13C | 62 | 25 |
| Octal | 271 | 2 | 207 | 0 | 143 | 33 | 33 | 474 | 142 | 45 |
| Binary | 10111001 | 10 | 10000111 | 0 | 1100011 | 11011 | 11011 | 100111100 | 1100010 | 100101 |
Color Harmonies of #B90287
Complementary color
Monochromatic Colors of #B90287
Black with #B90287
Text Example
Text Example
White with #B90287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90287; }
p { color: rgb(185,2,135); }
H1.HeaderClassName
{
color: #B90287;
}
.AnyTagClassName
{
color: #B90287;
}
</style>
background-color css
<style>
a { background-color: #B90287; }
a { background-color: rgb(185,2,135); }
div.DivClassName
{
background-color: #B90287;
}
.BgClassName
{
background-color: #B90287;
}
</style>
border-color css
<style>
span { border-color: #B90287; }
span { border-color: rgb(185,2,135); }
td.TdClassName
{
border-color: #B90287;
}
.TagClassName
{
border-color: #B90287;
}
</style>