Shades of Medium Violet Red #B90192
Tints of Medium Violet Red #B90192
RGB
CMYK
RGB Variations
Color information
#B90192 (or 0xB90192) is known color: Medium Violet Red. HEX triplet: B9, 01 and 92. RGB value is (185,1,146). Sum of RGB (Red+Green+Blue) = 185+1+146=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B90192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90192 is #46FE6D. Grayscale: #484848. Windows color (decimal): -4652654 or 9568697. OLE color: 9568697.
HSL color Cylindrical-coordinate representation of color #B90192: hue angle of 312.72º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90192 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 146 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.27 |
| HSL | 312.72º | 0.99% | 0.36% | - |
| HSV(B) | 312.72º | 0.99% | 0.73% | - |
| XYZ | 25.21 | 12.41 | 28.26 | - |
| YUV | 72.55 | 169.46 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 146 | 0 | 0.99 | 0.21 | 0.27 | 312.72 | 0.99 | 0.36 |
| Hex | B9 | 1 | 92 | 0 | 63 | 15 | 1B | 139 | 63 | 24 |
| Octal | 271 | 1 | 222 | 0 | 143 | 25 | 33 | 471 | 143 | 44 |
| Binary | 10111001 | 1 | 10010010 | 0 | 1100011 | 10101 | 11011 | 100111001 | 1100011 | 100100 |
Color Harmonies of #B90192
Complementary color
Monochromatic Colors of #B90192
Black with #B90192
Text Example
Text Example
White with #B90192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90192; }
p { color: rgb(185,1,146); }
H1.HeaderClassName
{
color: #B90192;
}
.AnyTagClassName
{
color: #B90192;
}
</style>
background-color css
<style>
a { background-color: #B90192; }
a { background-color: rgb(185,1,146); }
div.DivClassName
{
background-color: #B90192;
}
.BgClassName
{
background-color: #B90192;
}
</style>
border-color css
<style>
span { border-color: #B90192; }
span { border-color: rgb(185,1,146); }
td.TdClassName
{
border-color: #B90192;
}
.TagClassName
{
border-color: #B90192;
}
</style>