Shades of Medium Violet Red #B403A1
Tints of Medium Violet Red #B403A1
RGB
CMYK
RGB Variations
Color information
#B403A1 (or 0xB403A1) is known color: Medium Violet Red. HEX triplet: B4, 03 and A1. RGB value is (180,3,161). Sum of RGB (Red+Green+Blue) = 180+3+161=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B403A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B403A1 is #4BFC5E. Grayscale: #494949. Windows color (decimal): -4979807 or 10552244. OLE color: 10552244.
HSL color Cylindrical-coordinate representation of color #B403A1: hue angle of 306.44º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B403A1 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 161 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.29 |
| HSL | 306.44º | 0.97% | 0.36% | - |
| HSV(B) | 306.44º | 0.98% | 0.71% | - |
| XYZ | 25.29 | 12.34 | 34.77 | - |
| YUV | 73.94 | 177.14 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 161 | 0 | 0.98 | 0.11 | 0.29 | 306.44 | 0.97 | 0.36 |
| Hex | B4 | 3 | A1 | 0 | 62 | B | 1D | 132 | 61 | 24 |
| Octal | 264 | 3 | 241 | 0 | 142 | 13 | 35 | 462 | 141 | 44 |
| Binary | 10110100 | 11 | 10100001 | 0 | 1100010 | 1011 | 11101 | 100110010 | 1100001 | 100100 |
Color Harmonies of #B403A1
Complementary color
Monochromatic Colors of #B403A1
Black with #B403A1
Text Example
Text Example
White with #B403A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403A1; }
p { color: rgb(180,3,161); }
H1.HeaderClassName
{
color: #B403A1;
}
.AnyTagClassName
{
color: #B403A1;
}
</style>
background-color css
<style>
a { background-color: #B403A1; }
a { background-color: rgb(180,3,161); }
div.DivClassName
{
background-color: #B403A1;
}
.BgClassName
{
background-color: #B403A1;
}
</style>
border-color css
<style>
span { border-color: #B403A1; }
span { border-color: rgb(180,3,161); }
td.TdClassName
{
border-color: #B403A1;
}
.TagClassName
{
border-color: #B403A1;
}
</style>