Shades of Medium Red Violet #B421A3
Tints of Medium Red Violet #B421A3
RGB
CMYK
RGB Variations
Color information
#B421A3 (or 0xB421A3) is known color: Medium Red Violet. HEX triplet: B4, 21 and A3. RGB value is (180,33,163). Sum of RGB (Red+Green+Blue) = 180+33+163=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B421A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421A3 is #4BDE5C. Grayscale: #5B5B5B. Windows color (decimal): -4972125 or 10690996. OLE color: 10690996.
HSL color Cylindrical-coordinate representation of color #B421A3: hue angle of 306.94º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B421A3 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 33 | 163 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.29 |
| HSL | 306.94º | 0.69% | 0.42% | - |
| HSV(B) | 306.94º | 0.82% | 0.71% | - |
| XYZ | 25.98 | 13.44 | 35.87 | - |
| YUV | 91.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 163 | 0 | 0.82 | 0.09 | 0.29 | 306.94 | 0.69 | 0.42 |
| Hex | B4 | 21 | A3 | 0 | 52 | 9 | 1D | 133 | 45 | 2A |
| Octal | 264 | 41 | 243 | 0 | 122 | 11 | 35 | 463 | 105 | 52 |
| Binary | 10110100 | 100001 | 10100011 | 0 | 1010010 | 1001 | 11101 | 100110011 | 1000101 | 101010 |
Color Harmonies of #B421A3
Complementary color
Monochromatic Colors of #B421A3
Black with #B421A3
Text Example
Text Example
White with #B421A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B421A3; }
p { color: rgb(180,33,163); }
H1.HeaderClassName
{
color: #B421A3;
}
.AnyTagClassName
{
color: #B421A3;
}
</style>
background-color css
<style>
a { background-color: #B421A3; }
a { background-color: rgb(180,33,163); }
div.DivClassName
{
background-color: #B421A3;
}
.BgClassName
{
background-color: #B421A3;
}
</style>
border-color css
<style>
span { border-color: #B421A3; }
span { border-color: rgb(180,33,163); }
td.TdClassName
{
border-color: #B421A3;
}
.TagClassName
{
border-color: #B421A3;
}
</style>