Shades of Medium Violet Red #B90472
Tints of Medium Violet Red #B90472
RGB
CMYK
RGB Variations
Color information
#B90472 (or 0xB90472) is known color: Medium Violet Red. HEX triplet: B9, 04 and 72. RGB value is (185,4,114). Sum of RGB (Red+Green+Blue) = 185+4+114=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B90472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90472 is #46FB8D. Grayscale: #464646. Windows color (decimal): -4651918 or 7472313. OLE color: 7472313.
HSL color Cylindrical-coordinate representation of color #B90472: hue angle of 323.54º 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 #B90472 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.27 |
| HSL | 323.54º | 0.96% | 0.37% | - |
| HSV(B) | 323.54º | 0.98% | 0.73% | - |
| XYZ | 23.09 | 11.62 | 16.94 | - |
| YUV | 70.66 | 152.47 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 114 | 0 | 0.98 | 0.38 | 0.27 | 323.54 | 0.96 | 0.37 |
| Hex | B9 | 4 | 72 | 0 | 62 | 26 | 1B | 144 | 60 | 25 |
| Octal | 271 | 4 | 162 | 0 | 142 | 46 | 33 | 504 | 140 | 45 |
| Binary | 10111001 | 100 | 1110010 | 0 | 1100010 | 100110 | 11011 | 101000100 | 1100000 | 100101 |
Color Harmonies of #B90472
Complementary color
Monochromatic Colors of #B90472
Black with #B90472
Text Example
Text Example
White with #B90472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90472; }
p { color: rgb(185,4,114); }
H1.HeaderClassName
{
color: #B90472;
}
.AnyTagClassName
{
color: #B90472;
}
</style>
background-color css
<style>
a { background-color: #B90472; }
a { background-color: rgb(185,4,114); }
div.DivClassName
{
background-color: #B90472;
}
.BgClassName
{
background-color: #B90472;
}
</style>
border-color css
<style>
span { border-color: #B90472; }
span { border-color: rgb(185,4,114); }
td.TdClassName
{
border-color: #B90472;
}
.TagClassName
{
border-color: #B90472;
}
</style>