Shades of Medium Violet Red #B90092
Tints of Medium Violet Red #B90092
RGB
CMYK
RGB Variations
Color information
#B90092 (or 0xB90092) is known color: Medium Violet Red. HEX triplet: B9, 00 and 92. RGB value is (185,0,146). Sum of RGB (Red+Green+Blue) = 185+0+146=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B90092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90092 is #46FF6D. Grayscale: #474747. Windows color (decimal): -4652910 or 9568441. OLE color: 9568441.
HSL color Cylindrical-coordinate representation of color #B90092: hue angle of 312.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90092 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.21 | 0.27 |
| HSL | 312.65º | 1% | 0.36% | - |
| HSV(B) | 312.65º | 1% | 0.73% | - |
| XYZ | 25.2 | 12.39 | 28.26 | - |
| YUV | 71.96 | 169.79 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 146 | 0 | 1 | 0.21 | 0.27 | 312.65 | 1 | 0.36 |
| Hex | B9 | 0 | 92 | 0 | 64 | 15 | 1B | 139 | 64 | 24 |
| Octal | 271 | 0 | 222 | 0 | 144 | 25 | 33 | 471 | 144 | 44 |
| Binary | 10111001 | 0 | 10010010 | 0 | 1100100 | 10101 | 11011 | 100111001 | 1100100 | 100100 |
Color Harmonies of #B90092
Complementary color
Monochromatic Colors of #B90092
Black with #B90092
Text Example
Text Example
White with #B90092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90092; }
p { color: rgb(185,0,146); }
H1.HeaderClassName
{
color: #B90092;
}
.AnyTagClassName
{
color: #B90092;
}
</style>
background-color css
<style>
a { background-color: #B90092; }
a { background-color: rgb(185,0,146); }
div.DivClassName
{
background-color: #B90092;
}
.BgClassName
{
background-color: #B90092;
}
</style>
border-color css
<style>
span { border-color: #B90092; }
span { border-color: rgb(185,0,146); }
td.TdClassName
{
border-color: #B90092;
}
.TagClassName
{
border-color: #B90092;
}
</style>