Shades of Medium Violet Red #B90D7A
Tints of Medium Violet Red #B90D7A
RGB
CMYK
RGB Variations
Color information
#B90D7A (or 0xB90D7A) is known color: Medium Violet Red. HEX triplet: B9, 0D and 7A. RGB value is (185,13,122). Sum of RGB (Red+Green+Blue) = 185+13+122=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90D7A is #46F285. Grayscale: #4C4C4C. Windows color (decimal): -4649606 or 7998905. OLE color: 7998905.
HSL color Cylindrical-coordinate representation of color #B90D7A: hue angle of 321.98º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90D7A is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 13 | 122 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.27 |
| HSL | 321.98º | 0.87% | 0.39% | - |
| HSV(B) | 321.98º | 0.93% | 0.73% | - |
| XYZ | 23.66 | 12.01 | 19.48 | - |
| YUV | 76.85 | 153.48 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 122 | 0 | 0.93 | 0.34 | 0.27 | 321.98 | 0.87 | 0.39 |
| Hex | B9 | D | 7A | 0 | 5D | 22 | 1B | 142 | 57 | 27 |
| Octal | 271 | 15 | 172 | 0 | 135 | 42 | 33 | 502 | 127 | 47 |
| Binary | 10111001 | 1101 | 1111010 | 0 | 1011101 | 100010 | 11011 | 101000010 | 1010111 | 100111 |
Color Harmonies of #B90D7A
Complementary color
Monochromatic Colors of #B90D7A
Black with #B90D7A
Text Example
Text Example
White with #B90D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90D7A; }
p { color: rgb(185,13,122); }
H1.HeaderClassName
{
color: #B90D7A;
}
.AnyTagClassName
{
color: #B90D7A;
}
</style>
background-color css
<style>
a { background-color: #B90D7A; }
a { background-color: rgb(185,13,122); }
div.DivClassName
{
background-color: #B90D7A;
}
.BgClassName
{
background-color: #B90D7A;
}
</style>
border-color css
<style>
span { border-color: #B90D7A; }
span { border-color: rgb(185,13,122); }
td.TdClassName
{
border-color: #B90D7A;
}
.TagClassName
{
border-color: #B90D7A;
}
</style>