Shades of Medium Violet Red #B90E9F
Tints of Medium Violet Red #B90E9F
RGB
CMYK
RGB Variations
Color information
#B90E9F (or 0xB90E9F) is known color: Medium Violet Red. HEX triplet: B9, 0E and 9F. RGB value is (185,14,159). Sum of RGB (Red+Green+Blue) = 185+14+159=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90E9F is #46F160. Grayscale: #515151. Windows color (decimal): -4649313 or 10423993. OLE color: 10423993.
HSL color Cylindrical-coordinate representation of color #B90E9F: hue angle of 309.12º 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 #B90E9F is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 14 | 159 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.27 |
| HSL | 309.12º | 0.86% | 0.39% | - |
| HSV(B) | 309.12º | 0.92% | 0.73% | - |
| XYZ | 26.42 | 13.13 | 33.94 | - |
| YUV | 81.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 159 | 0 | 0.92 | 0.14 | 0.27 | 309.12 | 0.86 | 0.39 |
| Hex | B9 | E | 9F | 0 | 5C | E | 1B | 135 | 56 | 27 |
| Octal | 271 | 16 | 237 | 0 | 134 | 16 | 33 | 465 | 126 | 47 |
| Binary | 10111001 | 1110 | 10011111 | 0 | 1011100 | 1110 | 11011 | 100110101 | 1010110 | 100111 |
Color Harmonies of #B90E9F
Complementary color
Monochromatic Colors of #B90E9F
Black with #B90E9F
Text Example
Text Example
White with #B90E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90E9F; }
p { color: rgb(185,14,159); }
H1.HeaderClassName
{
color: #B90E9F;
}
.AnyTagClassName
{
color: #B90E9F;
}
</style>
background-color css
<style>
a { background-color: #B90E9F; }
a { background-color: rgb(185,14,159); }
div.DivClassName
{
background-color: #B90E9F;
}
.BgClassName
{
background-color: #B90E9F;
}
</style>
border-color css
<style>
span { border-color: #B90E9F; }
span { border-color: rgb(185,14,159); }
td.TdClassName
{
border-color: #B90E9F;
}
.TagClassName
{
border-color: #B90E9F;
}
</style>