Shades of Medium Violet Red #B90196
Tints of Medium Violet Red #B90196
RGB
CMYK
RGB Variations
Color information
#B90196 (or 0xB90196) is known color: Medium Violet Red. HEX triplet: B9, 01 and 96. RGB value is (185,1,150). Sum of RGB (Red+Green+Blue) = 185+1+150=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B90196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90196 is #46FE69. Grayscale: #484848. Windows color (decimal): -4652650 or 9830841. OLE color: 9830841.
HSL color Cylindrical-coordinate representation of color #B90196: hue angle of 311.41º 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 #B90196 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 150 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.27 |
| HSL | 311.41º | 0.99% | 0.36% | - |
| HSV(B) | 311.41º | 0.99% | 0.73% | - |
| XYZ | 25.52 | 12.54 | 29.93 | - |
| YUV | 73 | 171.46 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 150 | 0 | 0.99 | 0.19 | 0.27 | 311.41 | 0.99 | 0.36 |
| Hex | B9 | 1 | 96 | 0 | 63 | 13 | 1B | 137 | 63 | 24 |
| Octal | 271 | 1 | 226 | 0 | 143 | 23 | 33 | 467 | 143 | 44 |
| Binary | 10111001 | 1 | 10010110 | 0 | 1100011 | 10011 | 11011 | 100110111 | 1100011 | 100100 |
Color Harmonies of #B90196
Complementary color
Monochromatic Colors of #B90196
Black with #B90196
Text Example
Text Example
White with #B90196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90196; }
p { color: rgb(185,1,150); }
H1.HeaderClassName
{
color: #B90196;
}
.AnyTagClassName
{
color: #B90196;
}
</style>
background-color css
<style>
a { background-color: #B90196; }
a { background-color: rgb(185,1,150); }
div.DivClassName
{
background-color: #B90196;
}
.BgClassName
{
background-color: #B90196;
}
</style>
border-color css
<style>
span { border-color: #B90196; }
span { border-color: rgb(185,1,150); }
td.TdClassName
{
border-color: #B90196;
}
.TagClassName
{
border-color: #B90196;
}
</style>