Shades of Medium Violet Red #B013A0
Tints of Medium Violet Red #B013A0
RGB
CMYK
RGB Variations
Color information
#B013A0 (or 0xB013A0) is known color: Medium Violet Red. HEX triplet: B0, 13 and A0. RGB value is (176,19,160). Sum of RGB (Red+Green+Blue) = 176+19+160=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B013A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B013A0 is #4FEC5F. Grayscale: #515151. Windows color (decimal): -5237856 or 10490800. OLE color: 10490800.
HSL color Cylindrical-coordinate representation of color #B013A0: hue angle of 306.11º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B013A0 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 160 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.31 |
| HSL | 306.11º | 0.81% | 0.38% | - |
| HSV(B) | 306.11º | 0.89% | 0.69% | - |
| XYZ | 24.48 | 12.23 | 34.33 | - |
| YUV | 82.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 160 | 0 | 0.89 | 0.09 | 0.31 | 306.11 | 0.81 | 0.38 |
| Hex | B0 | 13 | A0 | 0 | 59 | 9 | 1F | 132 | 51 | 26 |
| Octal | 260 | 23 | 240 | 0 | 131 | 11 | 37 | 462 | 121 | 46 |
| Binary | 10110000 | 10011 | 10100000 | 0 | 1011001 | 1001 | 11111 | 100110010 | 1010001 | 100110 |
Color Harmonies of #B013A0
Complementary color
Monochromatic Colors of #B013A0
Black with #B013A0
Text Example
Text Example
White with #B013A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B013A0; }
p { color: rgb(176,19,160); }
H1.HeaderClassName
{
color: #B013A0;
}
.AnyTagClassName
{
color: #B013A0;
}
</style>
background-color css
<style>
a { background-color: #B013A0; }
a { background-color: rgb(176,19,160); }
div.DivClassName
{
background-color: #B013A0;
}
.BgClassName
{
background-color: #B013A0;
}
</style>
border-color css
<style>
span { border-color: #B013A0; }
span { border-color: rgb(176,19,160); }
td.TdClassName
{
border-color: #B013A0;
}
.TagClassName
{
border-color: #B013A0;
}
</style>