Shades of Medium Violet Red #B90075
Tints of Medium Violet Red #B90075
RGB
CMYK
RGB Variations
Color information
#B90075 (or 0xB90075) is known color: Medium Violet Red. HEX triplet: B9, 00 and 75. RGB value is (185,0,117). Sum of RGB (Red+Green+Blue) = 185+0+117=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B90075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90075 is #46FF8A. Grayscale: #444444. Windows color (decimal): -4652939 or 7667897. OLE color: 7667897.
HSL color Cylindrical-coordinate representation of color #B90075: hue angle of 322.05º 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 #B90075 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.37 | 0.27 |
| HSL | 322.05º | 1% | 0.36% | - |
| HSV(B) | 322.05º | 1% | 0.73% | - |
| XYZ | 23.22 | 11.6 | 17.84 | - |
| YUV | 68.65 | 155.29 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 117 | 0 | 1 | 0.37 | 0.27 | 322.05 | 1 | 0.36 |
| Hex | B9 | 0 | 75 | 0 | 64 | 25 | 1B | 142 | 64 | 24 |
| Octal | 271 | 0 | 165 | 0 | 144 | 45 | 33 | 502 | 144 | 44 |
| Binary | 10111001 | 0 | 1110101 | 0 | 1100100 | 100101 | 11011 | 101000010 | 1100100 | 100100 |
Color Harmonies of #B90075
Complementary color
Monochromatic Colors of #B90075
Black with #B90075
Text Example
Text Example
White with #B90075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90075; }
p { color: rgb(185,0,117); }
H1.HeaderClassName
{
color: #B90075;
}
.AnyTagClassName
{
color: #B90075;
}
</style>
background-color css
<style>
a { background-color: #B90075; }
a { background-color: rgb(185,0,117); }
div.DivClassName
{
background-color: #B90075;
}
.BgClassName
{
background-color: #B90075;
}
</style>
border-color css
<style>
span { border-color: #B90075; }
span { border-color: rgb(185,0,117); }
td.TdClassName
{
border-color: #B90075;
}
.TagClassName
{
border-color: #B90075;
}
</style>