Shades of Medium Violet Red #B90E99
Tints of Medium Violet Red #B90E99
RGB
CMYK
RGB Variations
Color information
#B90E99 (or 0xB90E99) is known color: Medium Violet Red. HEX triplet: B9, 0E and 99. RGB value is (185,14,153). Sum of RGB (Red+Green+Blue) = 185+14+153=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90E99 is #46F166. Grayscale: #505050. Windows color (decimal): -4649319 or 10030777. OLE color: 10030777.
HSL color Cylindrical-coordinate representation of color #B90E99: hue angle of 311.23º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90E99 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 14 | 153 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.27 |
| HSL | 311.23º | 0.86% | 0.39% | - |
| HSV(B) | 311.23º | 0.92% | 0.73% | - |
| XYZ | 25.91 | 12.93 | 31.27 | - |
| YUV | 80.98 | 168.65 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 153 | 0 | 0.92 | 0.17 | 0.27 | 311.23 | 0.86 | 0.39 |
| Hex | B9 | E | 99 | 0 | 5C | 11 | 1B | 137 | 56 | 27 |
| Octal | 271 | 16 | 231 | 0 | 134 | 21 | 33 | 467 | 126 | 47 |
| Binary | 10111001 | 1110 | 10011001 | 0 | 1011100 | 10001 | 11011 | 100110111 | 1010110 | 100111 |
Color Harmonies of #B90E99
Complementary color
Monochromatic Colors of #B90E99
Black with #B90E99
Text Example
Text Example
White with #B90E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90E99; }
p { color: rgb(185,14,153); }
H1.HeaderClassName
{
color: #B90E99;
}
.AnyTagClassName
{
color: #B90E99;
}
</style>
background-color css
<style>
a { background-color: #B90E99; }
a { background-color: rgb(185,14,153); }
div.DivClassName
{
background-color: #B90E99;
}
.BgClassName
{
background-color: #B90E99;
}
</style>
border-color css
<style>
span { border-color: #B90E99; }
span { border-color: rgb(185,14,153); }
td.TdClassName
{
border-color: #B90E99;
}
.TagClassName
{
border-color: #B90E99;
}
</style>