Shades of Medium Red Violet #B421A4
Tints of Medium Red Violet #B421A4
RGB
CMYK
RGB Variations
Color information
#B421A4 (or 0xB421A4) is known color: Medium Red Violet. HEX triplet: B4, 21 and A4. RGB value is (180,33,164). Sum of RGB (Red+Green+Blue) = 180+33+164=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B421A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421A4 is #4BDE5B. Grayscale: #5B5B5B. Windows color (decimal): -4972124 or 10756532. OLE color: 10756532.
HSL color Cylindrical-coordinate representation of color #B421A4: hue angle of 306.53º 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 #B421A4 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 33 | 164 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.29 |
| HSL | 306.53º | 0.69% | 0.42% | - |
| HSV(B) | 306.53º | 0.82% | 0.71% | - |
| XYZ | 26.07 | 13.47 | 36.35 | - |
| YUV | 91.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 164 | 0 | 0.82 | 0.09 | 0.29 | 306.53 | 0.69 | 0.42 |
| Hex | B4 | 21 | A4 | 0 | 52 | 9 | 1D | 133 | 45 | 2A |
| Octal | 264 | 41 | 244 | 0 | 122 | 11 | 35 | 463 | 105 | 52 |
| Binary | 10110100 | 100001 | 10100100 | 0 | 1010010 | 1001 | 11101 | 100110011 | 1000101 | 101010 |
Color Harmonies of #B421A4
Complementary color
Monochromatic Colors of #B421A4
Black with #B421A4
Text Example
Text Example
White with #B421A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B421A4; }
p { color: rgb(180,33,164); }
H1.HeaderClassName
{
color: #B421A4;
}
.AnyTagClassName
{
color: #B421A4;
}
</style>
background-color css
<style>
a { background-color: #B421A4; }
a { background-color: rgb(180,33,164); }
div.DivClassName
{
background-color: #B421A4;
}
.BgClassName
{
background-color: #B421A4;
}
</style>
border-color css
<style>
span { border-color: #B421A4; }
span { border-color: rgb(180,33,164); }
td.TdClassName
{
border-color: #B421A4;
}
.TagClassName
{
border-color: #B421A4;
}
</style>