Shades of Medium Violet Red #B90C92
Tints of Medium Violet Red #B90C92
RGB
CMYK
RGB Variations
Color information
#B90C92 (or 0xB90C92) is known color: Medium Violet Red. HEX triplet: B9, 0C and 92. RGB value is (185,12,146). Sum of RGB (Red+Green+Blue) = 185+12+146=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90C92 is #46F36D. Grayscale: #4E4E4E. Windows color (decimal): -4649838 or 9571513. OLE color: 9571513.
HSL color Cylindrical-coordinate representation of color #B90C92: hue angle of 313.53º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90C92 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 146 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.27 |
| HSL | 313.53º | 0.88% | 0.39% | - |
| HSV(B) | 313.53º | 0.94% | 0.73% | - |
| XYZ | 25.33 | 12.65 | 28.3 | - |
| YUV | 79 | 165.81 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 146 | 0 | 0.94 | 0.21 | 0.27 | 313.53 | 0.88 | 0.39 |
| Hex | B9 | C | 92 | 0 | 5E | 15 | 1B | 13A | 58 | 27 |
| Octal | 271 | 14 | 222 | 0 | 136 | 25 | 33 | 472 | 130 | 47 |
| Binary | 10111001 | 1100 | 10010010 | 0 | 1011110 | 10101 | 11011 | 100111010 | 1011000 | 100111 |
Color Harmonies of #B90C92
Complementary color
Monochromatic Colors of #B90C92
Black with #B90C92
Text Example
Text Example
White with #B90C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C92; }
p { color: rgb(185,12,146); }
H1.HeaderClassName
{
color: #B90C92;
}
.AnyTagClassName
{
color: #B90C92;
}
</style>
background-color css
<style>
a { background-color: #B90C92; }
a { background-color: rgb(185,12,146); }
div.DivClassName
{
background-color: #B90C92;
}
.BgClassName
{
background-color: #B90C92;
}
</style>
border-color css
<style>
span { border-color: #B90C92; }
span { border-color: rgb(185,12,146); }
td.TdClassName
{
border-color: #B90C92;
}
.TagClassName
{
border-color: #B90C92;
}
</style>