Shades of Medium Violet Red #B90E8C
Tints of Medium Violet Red #B90E8C
RGB
CMYK
RGB Variations
Color information
#B90E8C (or 0xB90E8C) is known color: Medium Violet Red. HEX triplet: B9, 0E and 8C. RGB value is (185,14,140). Sum of RGB (Red+Green+Blue) = 185+14+140=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90E8C is #46F173. Grayscale: #4F4F4F. Windows color (decimal): -4649332 or 9178809. OLE color: 9178809.
HSL color Cylindrical-coordinate representation of color #B90E8C: hue angle of 315.79º 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 #B90E8C is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 14 | 140 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.27 |
| HSL | 315.79º | 0.86% | 0.39% | - |
| HSV(B) | 315.79º | 0.92% | 0.73% | - |
| XYZ | 24.9 | 12.52 | 25.92 | - |
| YUV | 79.49 | 162.15 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 140 | 0 | 0.92 | 0.24 | 0.27 | 315.79 | 0.86 | 0.39 |
| Hex | B9 | E | 8C | 0 | 5C | 18 | 1B | 13C | 56 | 27 |
| Octal | 271 | 16 | 214 | 0 | 134 | 30 | 33 | 474 | 126 | 47 |
| Binary | 10111001 | 1110 | 10001100 | 0 | 1011100 | 11000 | 11011 | 100111100 | 1010110 | 100111 |
Color Harmonies of #B90E8C
Complementary color
Monochromatic Colors of #B90E8C
Black with #B90E8C
Text Example
Text Example
White with #B90E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90E8C; }
p { color: rgb(185,14,140); }
H1.HeaderClassName
{
color: #B90E8C;
}
.AnyTagClassName
{
color: #B90E8C;
}
</style>
background-color css
<style>
a { background-color: #B90E8C; }
a { background-color: rgb(185,14,140); }
div.DivClassName
{
background-color: #B90E8C;
}
.BgClassName
{
background-color: #B90E8C;
}
</style>
border-color css
<style>
span { border-color: #B90E8C; }
span { border-color: rgb(185,14,140); }
td.TdClassName
{
border-color: #B90E8C;
}
.TagClassName
{
border-color: #B90E8C;
}
</style>