Shades of Medium Violet Red #B90495
Tints of Medium Violet Red #B90495
RGB
CMYK
RGB Variations
Color information
#B90495 (or 0xB90495) is known color: Medium Violet Red. HEX triplet: B9, 04 and 95. RGB value is (185,4,149). Sum of RGB (Red+Green+Blue) = 185+4+149=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B90495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90495 is #46FB6A. Grayscale: #4A4A4A. Windows color (decimal): -4651883 or 9766073. OLE color: 9766073.
HSL color Cylindrical-coordinate representation of color #B90495: hue angle of 311.93º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90495 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.27 |
| HSL | 311.93º | 0.96% | 0.37% | - |
| HSV(B) | 311.93º | 0.98% | 0.73% | - |
| XYZ | 25.48 | 12.57 | 29.52 | - |
| YUV | 74.65 | 169.97 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 149 | 0 | 0.98 | 0.19 | 0.27 | 311.93 | 0.96 | 0.37 |
| Hex | B9 | 4 | 95 | 0 | 62 | 13 | 1B | 138 | 60 | 25 |
| Octal | 271 | 4 | 225 | 0 | 142 | 23 | 33 | 470 | 140 | 45 |
| Binary | 10111001 | 100 | 10010101 | 0 | 1100010 | 10011 | 11011 | 100111000 | 1100000 | 100101 |
Color Harmonies of #B90495
Complementary color
Monochromatic Colors of #B90495
Black with #B90495
Text Example
Text Example
White with #B90495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90495; }
p { color: rgb(185,4,149); }
H1.HeaderClassName
{
color: #B90495;
}
.AnyTagClassName
{
color: #B90495;
}
</style>
background-color css
<style>
a { background-color: #B90495; }
a { background-color: rgb(185,4,149); }
div.DivClassName
{
background-color: #B90495;
}
.BgClassName
{
background-color: #B90495;
}
</style>
border-color css
<style>
span { border-color: #B90495; }
span { border-color: rgb(185,4,149); }
td.TdClassName
{
border-color: #B90495;
}
.TagClassName
{
border-color: #B90495;
}
</style>