Shades of Deep Magenta #B421AC
Tints of Deep Magenta #B421AC
RGB
CMYK
RGB Variations
Color information
#B421AC (or 0xB421AC) is known color: Deep Magenta. HEX triplet: B4, 21 and AC. RGB value is (180,33,172). Sum of RGB (Red+Green+Blue) = 180+33+172=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B421AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421AC is #4BDE53. Grayscale: #5C5C5C. Windows color (decimal): -4972116 or 11280820. OLE color: 11280820.
HSL color Cylindrical-coordinate representation of color #B421AC: hue angle of 303.27º 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 #B421AC is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 33 | 172 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.29 |
| HSL | 303.27º | 0.69% | 0.42% | - |
| HSV(B) | 303.27º | 0.82% | 0.71% | - |
| XYZ | 26.81 | 13.77 | 40.27 | - |
| YUV | 92.8 | 172.7 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 172 | 0 | 0.82 | 0.04 | 0.29 | 303.27 | 0.69 | 0.42 |
| Hex | B4 | 21 | AC | 0 | 52 | 4 | 1D | 12F | 45 | 2A |
| Octal | 264 | 41 | 254 | 0 | 122 | 4 | 35 | 457 | 105 | 52 |
| Binary | 10110100 | 100001 | 10101100 | 0 | 1010010 | 100 | 11101 | 100101111 | 1000101 | 101010 |
Color Harmonies of #B421AC
Complementary color
Monochromatic Colors of #B421AC
Black with #B421AC
Text Example
Text Example
White with #B421AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B421AC; }
p { color: rgb(180,33,172); }
H1.HeaderClassName
{
color: #B421AC;
}
.AnyTagClassName
{
color: #B421AC;
}
</style>
background-color css
<style>
a { background-color: #B421AC; }
a { background-color: rgb(180,33,172); }
div.DivClassName
{
background-color: #B421AC;
}
.BgClassName
{
background-color: #B421AC;
}
</style>
border-color css
<style>
span { border-color: #B421AC; }
span { border-color: rgb(180,33,172); }
td.TdClassName
{
border-color: #B421AC;
}
.TagClassName
{
border-color: #B421AC;
}
</style>