Shades of Medium Violet Red #B90E87
Tints of Medium Violet Red #B90E87
RGB
CMYK
RGB Variations
Color information
#B90E87 (or 0xB90E87) is known color: Medium Violet Red. HEX triplet: B9, 0E and 87. RGB value is (185,14,135). Sum of RGB (Red+Green+Blue) = 185+14+135=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90E87 is #46F178. Grayscale: #4E4E4E. Windows color (decimal): -4649337 or 8851129. OLE color: 8851129.
HSL color Cylindrical-coordinate representation of color #B90E87: hue angle of 317.54º 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 #B90E87 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 14 | 135 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.27 |
| HSL | 317.54º | 0.86% | 0.39% | - |
| HSV(B) | 317.54º | 0.92% | 0.73% | - |
| XYZ | 24.54 | 12.38 | 24.02 | - |
| YUV | 78.92 | 159.65 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 135 | 0 | 0.92 | 0.27 | 0.27 | 317.54 | 0.86 | 0.39 |
| Hex | B9 | E | 87 | 0 | 5C | 1B | 1B | 13E | 56 | 27 |
| Octal | 271 | 16 | 207 | 0 | 134 | 33 | 33 | 476 | 126 | 47 |
| Binary | 10111001 | 1110 | 10000111 | 0 | 1011100 | 11011 | 11011 | 100111110 | 1010110 | 100111 |
Color Harmonies of #B90E87
Complementary color
Monochromatic Colors of #B90E87
Black with #B90E87
Text Example
Text Example
White with #B90E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90E87; }
p { color: rgb(185,14,135); }
H1.HeaderClassName
{
color: #B90E87;
}
.AnyTagClassName
{
color: #B90E87;
}
</style>
background-color css
<style>
a { background-color: #B90E87; }
a { background-color: rgb(185,14,135); }
div.DivClassName
{
background-color: #B90E87;
}
.BgClassName
{
background-color: #B90E87;
}
</style>
border-color css
<style>
span { border-color: #B90E87; }
span { border-color: rgb(185,14,135); }
td.TdClassName
{
border-color: #B90E87;
}
.TagClassName
{
border-color: #B90E87;
}
</style>