Shades of Medium Violet Red #B413A1
Tints of Medium Violet Red #B413A1
RGB
CMYK
RGB Variations
Color information
#B413A1 (or 0xB413A1) is known color: Medium Violet Red. HEX triplet: B4, 13 and A1. RGB value is (180,19,161). Sum of RGB (Red+Green+Blue) = 180+19+161=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B413A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B413A1 is #4BEC5E. Grayscale: #525252. Windows color (decimal): -4975711 or 10556340. OLE color: 10556340.
HSL color Cylindrical-coordinate representation of color #B413A1: hue angle of 307.08º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B413A1 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 161 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.29 |
| HSL | 307.08º | 0.81% | 0.39% | - |
| HSV(B) | 307.08º | 0.89% | 0.71% | - |
| XYZ | 25.49 | 12.74 | 34.83 | - |
| YUV | 83.33 | 171.84 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 161 | 0 | 0.89 | 0.11 | 0.29 | 307.08 | 0.81 | 0.39 |
| Hex | B4 | 13 | A1 | 0 | 59 | B | 1D | 133 | 51 | 27 |
| Octal | 264 | 23 | 241 | 0 | 131 | 13 | 35 | 463 | 121 | 47 |
| Binary | 10110100 | 10011 | 10100001 | 0 | 1011001 | 1011 | 11101 | 100110011 | 1010001 | 100111 |
Color Harmonies of #B413A1
Complementary color
Monochromatic Colors of #B413A1
Black with #B413A1
Text Example
Text Example
White with #B413A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413A1; }
p { color: rgb(180,19,161); }
H1.HeaderClassName
{
color: #B413A1;
}
.AnyTagClassName
{
color: #B413A1;
}
</style>
background-color css
<style>
a { background-color: #B413A1; }
a { background-color: rgb(180,19,161); }
div.DivClassName
{
background-color: #B413A1;
}
.BgClassName
{
background-color: #B413A1;
}
</style>
border-color css
<style>
span { border-color: #B413A1; }
span { border-color: rgb(180,19,161); }
td.TdClassName
{
border-color: #B413A1;
}
.TagClassName
{
border-color: #B413A1;
}
</style>