Shades of Medium Violet Red #B913A0
Tints of Medium Violet Red #B913A0
RGB
CMYK
RGB Variations
Color information
#B913A0 (or 0xB913A0) is known color: Medium Violet Red. HEX triplet: B9, 13 and A0. RGB value is (185,19,160). Sum of RGB (Red+Green+Blue) = 185+19+160=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B913A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B913A0 is #46EC5F. Grayscale: #545454. Windows color (decimal): -4648032 or 10490809. OLE color: 10490809.
HSL color Cylindrical-coordinate representation of color #B913A0: hue angle of 309.04º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B913A0 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 160 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.27 |
| HSL | 309.04º | 0.81% | 0.4% | - |
| HSV(B) | 309.04º | 0.9% | 0.73% | - |
| XYZ | 26.59 | 13.32 | 34.43 | - |
| YUV | 84.71 | 170.5 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 160 | 0 | 0.90 | 0.14 | 0.27 | 309.04 | 0.81 | 0.4 |
| Hex | B9 | 13 | A0 | 0 | 5A | E | 1B | 135 | 51 | 28 |
| Octal | 271 | 23 | 240 | 0 | 132 | 16 | 33 | 465 | 121 | 50 |
| Binary | 10111001 | 10011 | 10100000 | 0 | 1011010 | 1110 | 11011 | 100110101 | 1010001 | 101000 |
Color Harmonies of #B913A0
Complementary color
Monochromatic Colors of #B913A0
Black with #B913A0
Text Example
Text Example
White with #B913A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913A0; }
p { color: rgb(185,19,160); }
H1.HeaderClassName
{
color: #B913A0;
}
.AnyTagClassName
{
color: #B913A0;
}
</style>
background-color css
<style>
a { background-color: #B913A0; }
a { background-color: rgb(185,19,160); }
div.DivClassName
{
background-color: #B913A0;
}
.BgClassName
{
background-color: #B913A0;
}
</style>
border-color css
<style>
span { border-color: #B913A0; }
span { border-color: rgb(185,19,160); }
td.TdClassName
{
border-color: #B913A0;
}
.TagClassName
{
border-color: #B913A0;
}
</style>