Shades of Medium Violet Red #B403A3
Tints of Medium Violet Red #B403A3
RGB
CMYK
RGB Variations
Color information
#B403A3 (or 0xB403A3) is known color: Medium Violet Red. HEX triplet: B4, 03 and A3. RGB value is (180,3,163). Sum of RGB (Red+Green+Blue) = 180+3+163=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B403A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B403A3 is #4BFC5C. Grayscale: #494949. Windows color (decimal): -4979805 or 10683316. OLE color: 10683316.
HSL color Cylindrical-coordinate representation of color #B403A3: hue angle of 305.76º 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 #B403A3 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 163 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.29 |
| HSL | 305.76º | 0.97% | 0.36% | - |
| HSV(B) | 305.76º | 0.98% | 0.71% | - |
| XYZ | 25.47 | 12.41 | 35.7 | - |
| YUV | 74.16 | 178.14 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 163 | 0 | 0.98 | 0.09 | 0.29 | 305.76 | 0.97 | 0.36 |
| Hex | B4 | 3 | A3 | 0 | 62 | 9 | 1D | 132 | 61 | 24 |
| Octal | 264 | 3 | 243 | 0 | 142 | 11 | 35 | 462 | 141 | 44 |
| Binary | 10110100 | 11 | 10100011 | 0 | 1100010 | 1001 | 11101 | 100110010 | 1100001 | 100100 |
Color Harmonies of #B403A3
Complementary color
Monochromatic Colors of #B403A3
Black with #B403A3
Text Example
Text Example
White with #B403A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403A3; }
p { color: rgb(180,3,163); }
H1.HeaderClassName
{
color: #B403A3;
}
.AnyTagClassName
{
color: #B403A3;
}
</style>
background-color css
<style>
a { background-color: #B403A3; }
a { background-color: rgb(180,3,163); }
div.DivClassName
{
background-color: #B403A3;
}
.BgClassName
{
background-color: #B403A3;
}
</style>
border-color css
<style>
span { border-color: #B403A3; }
span { border-color: rgb(180,3,163); }
td.TdClassName
{
border-color: #B403A3;
}
.TagClassName
{
border-color: #B403A3;
}
</style>