Shades of Medium Violet Red #B90299
Tints of Medium Violet Red #B90299
RGB
CMYK
RGB Variations
Color information
#B90299 (or 0xB90299) is known color: Medium Violet Red. HEX triplet: B9, 02 and 99. RGB value is (185,2,153). Sum of RGB (Red+Green+Blue) = 185+2+153=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B90299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90299 is #46FD66. Grayscale: #494949. Windows color (decimal): -4652391 or 10027705. OLE color: 10027705.
HSL color Cylindrical-coordinate representation of color #B90299: hue angle of 310.49º 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 #B90299 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.27 |
| HSL | 310.49º | 0.98% | 0.37% | - |
| HSV(B) | 310.49º | 0.99% | 0.73% | - |
| XYZ | 25.78 | 12.66 | 31.22 | - |
| YUV | 73.93 | 172.63 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 153 | 0 | 0.99 | 0.17 | 0.27 | 310.49 | 0.98 | 0.37 |
| Hex | B9 | 2 | 99 | 0 | 63 | 11 | 1B | 136 | 62 | 25 |
| Octal | 271 | 2 | 231 | 0 | 143 | 21 | 33 | 466 | 142 | 45 |
| Binary | 10111001 | 10 | 10011001 | 0 | 1100011 | 10001 | 11011 | 100110110 | 1100010 | 100101 |
Color Harmonies of #B90299
Complementary color
Monochromatic Colors of #B90299
Black with #B90299
Text Example
Text Example
White with #B90299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90299; }
p { color: rgb(185,2,153); }
H1.HeaderClassName
{
color: #B90299;
}
.AnyTagClassName
{
color: #B90299;
}
</style>
background-color css
<style>
a { background-color: #B90299; }
a { background-color: rgb(185,2,153); }
div.DivClassName
{
background-color: #B90299;
}
.BgClassName
{
background-color: #B90299;
}
</style>
border-color css
<style>
span { border-color: #B90299; }
span { border-color: rgb(185,2,153); }
td.TdClassName
{
border-color: #B90299;
}
.TagClassName
{
border-color: #B90299;
}
</style>