Shades of Medium Violet Red #B90592
Tints of Medium Violet Red #B90592
RGB
CMYK
RGB Variations
Color information
#B90592 (or 0xB90592) is known color: Medium Violet Red. HEX triplet: B9, 05 and 92. RGB value is (185,5,146). Sum of RGB (Red+Green+Blue) = 185+5+146=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B90592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90592 is #46FA6D. Grayscale: #4A4A4A. Windows color (decimal): -4651630 or 9569721. OLE color: 9569721.
HSL color Cylindrical-coordinate representation of color #B90592: hue angle of 313º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90592 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 146 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.27 |
| HSL | 313º | 0.95% | 0.37% | - |
| HSV(B) | 313º | 0.97% | 0.73% | - |
| XYZ | 25.25 | 12.5 | 28.28 | - |
| YUV | 74.89 | 168.13 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 146 | 0 | 0.97 | 0.21 | 0.27 | 313 | 0.95 | 0.37 |
| Hex | B9 | 5 | 92 | 0 | 61 | 15 | 1B | 139 | 5F | 25 |
| Octal | 271 | 5 | 222 | 0 | 141 | 25 | 33 | 471 | 137 | 45 |
| Binary | 10111001 | 101 | 10010010 | 0 | 1100001 | 10101 | 11011 | 100111001 | 1011111 | 100101 |
Color Harmonies of #B90592
Complementary color
Monochromatic Colors of #B90592
Black with #B90592
Text Example
Text Example
White with #B90592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90592; }
p { color: rgb(185,5,146); }
H1.HeaderClassName
{
color: #B90592;
}
.AnyTagClassName
{
color: #B90592;
}
</style>
background-color css
<style>
a { background-color: #B90592; }
a { background-color: rgb(185,5,146); }
div.DivClassName
{
background-color: #B90592;
}
.BgClassName
{
background-color: #B90592;
}
</style>
border-color css
<style>
span { border-color: #B90592; }
span { border-color: rgb(185,5,146); }
td.TdClassName
{
border-color: #B90592;
}
.TagClassName
{
border-color: #B90592;
}
</style>