Shades of Medium Violet Red #B90B7A
Tints of Medium Violet Red #B90B7A
RGB
CMYK
RGB Variations
Color information
#B90B7A (or 0xB90B7A) is known color: Medium Violet Red. HEX triplet: B9, 0B and 7A. RGB value is (185,11,122). Sum of RGB (Red+Green+Blue) = 185+11+122=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90B7A is #46F485. Grayscale: #4B4B4B. Windows color (decimal): -4650118 or 7998393. OLE color: 7998393.
HSL color Cylindrical-coordinate representation of color #B90B7A: hue angle of 321.72º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90B7A is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 122 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.27 |
| HSL | 321.72º | 0.89% | 0.38% | - |
| HSV(B) | 321.72º | 0.94% | 0.73% | - |
| XYZ | 23.64 | 11.96 | 19.47 | - |
| YUV | 75.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 122 | 0 | 0.94 | 0.34 | 0.27 | 321.72 | 0.89 | 0.38 |
| Hex | B9 | B | 7A | 0 | 5E | 22 | 1B | 142 | 59 | 26 |
| Octal | 271 | 13 | 172 | 0 | 136 | 42 | 33 | 502 | 131 | 46 |
| Binary | 10111001 | 1011 | 1111010 | 0 | 1011110 | 100010 | 11011 | 101000010 | 1011001 | 100110 |
Color Harmonies of #B90B7A
Complementary color
Monochromatic Colors of #B90B7A
Black with #B90B7A
Text Example
Text Example
White with #B90B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90B7A; }
p { color: rgb(185,11,122); }
H1.HeaderClassName
{
color: #B90B7A;
}
.AnyTagClassName
{
color: #B90B7A;
}
</style>
background-color css
<style>
a { background-color: #B90B7A; }
a { background-color: rgb(185,11,122); }
div.DivClassName
{
background-color: #B90B7A;
}
.BgClassName
{
background-color: #B90B7A;
}
</style>
border-color css
<style>
span { border-color: #B90B7A; }
span { border-color: rgb(185,11,122); }
td.TdClassName
{
border-color: #B90B7A;
}
.TagClassName
{
border-color: #B90B7A;
}
</style>