Shades of Medium Violet Red #B90C7C
Tints of Medium Violet Red #B90C7C
RGB
CMYK
RGB Variations
Color information
#B90C7C (or 0xB90C7C) is known color: Medium Violet Red. HEX triplet: B9, 0C and 7C. RGB value is (185,12,124). Sum of RGB (Red+Green+Blue) = 185+12+124=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90C7C is #46F383. Grayscale: #4C4C4C. Windows color (decimal): -4649860 or 8129721. OLE color: 8129721.
HSL color Cylindrical-coordinate representation of color #B90C7C: hue angle of 321.16º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90C7C is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 124 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.27 |
| HSL | 321.16º | 0.88% | 0.39% | - |
| HSV(B) | 321.16º | 0.94% | 0.73% | - |
| XYZ | 23.78 | 12.03 | 20.14 | - |
| YUV | 76.5 | 154.81 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 124 | 0 | 0.94 | 0.33 | 0.27 | 321.16 | 0.88 | 0.39 |
| Hex | B9 | C | 7C | 0 | 5E | 21 | 1B | 141 | 58 | 27 |
| Octal | 271 | 14 | 174 | 0 | 136 | 41 | 33 | 501 | 130 | 47 |
| Binary | 10111001 | 1100 | 1111100 | 0 | 1011110 | 100001 | 11011 | 101000001 | 1011000 | 100111 |
Color Harmonies of #B90C7C
Complementary color
Monochromatic Colors of #B90C7C
Black with #B90C7C
Text Example
Text Example
White with #B90C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C7C; }
p { color: rgb(185,12,124); }
H1.HeaderClassName
{
color: #B90C7C;
}
.AnyTagClassName
{
color: #B90C7C;
}
</style>
background-color css
<style>
a { background-color: #B90C7C; }
a { background-color: rgb(185,12,124); }
div.DivClassName
{
background-color: #B90C7C;
}
.BgClassName
{
background-color: #B90C7C;
}
</style>
border-color css
<style>
span { border-color: #B90C7C; }
span { border-color: rgb(185,12,124); }
td.TdClassName
{
border-color: #B90C7C;
}
.TagClassName
{
border-color: #B90C7C;
}
</style>