Shades of Medium Violet Red #B403A4
Tints of Medium Violet Red #B403A4
RGB
CMYK
RGB Variations
Color information
#B403A4 (or 0xB403A4) is known color: Medium Violet Red. HEX triplet: B4, 03 and A4. RGB value is (180,3,164). Sum of RGB (Red+Green+Blue) = 180+3+164=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B403A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B403A4 is #4BFC5B. Grayscale: #494949. Windows color (decimal): -4979804 or 10748852. OLE color: 10748852.
HSL color Cylindrical-coordinate representation of color #B403A4: hue angle of 305.42º 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 #B403A4 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 164 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.29 |
| HSL | 305.42º | 0.97% | 0.36% | - |
| HSV(B) | 305.42º | 0.98% | 0.71% | - |
| XYZ | 25.56 | 12.45 | 36.18 | - |
| YUV | 74.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 164 | 0 | 0.98 | 0.09 | 0.29 | 305.42 | 0.97 | 0.36 |
| Hex | B4 | 3 | A4 | 0 | 62 | 9 | 1D | 131 | 61 | 24 |
| Octal | 264 | 3 | 244 | 0 | 142 | 11 | 35 | 461 | 141 | 44 |
| Binary | 10110100 | 11 | 10100100 | 0 | 1100010 | 1001 | 11101 | 100110001 | 1100001 | 100100 |
Color Harmonies of #B403A4
Complementary color
Monochromatic Colors of #B403A4
Black with #B403A4
Text Example
Text Example
White with #B403A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403A4; }
p { color: rgb(180,3,164); }
H1.HeaderClassName
{
color: #B403A4;
}
.AnyTagClassName
{
color: #B403A4;
}
</style>
background-color css
<style>
a { background-color: #B403A4; }
a { background-color: rgb(180,3,164); }
div.DivClassName
{
background-color: #B403A4;
}
.BgClassName
{
background-color: #B403A4;
}
</style>
border-color css
<style>
span { border-color: #B403A4; }
span { border-color: rgb(180,3,164); }
td.TdClassName
{
border-color: #B403A4;
}
.TagClassName
{
border-color: #B403A4;
}
</style>