Shades of Deep Magenta #B421B0
Tints of Deep Magenta #B421B0
RGB
CMYK
RGB Variations
Color information
#B421B0 (or 0xB421B0) is known color: Deep Magenta. HEX triplet: B4, 21 and B0. RGB value is (180,33,176). Sum of RGB (Red+Green+Blue) = 180+33+176=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B421B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421B0 is #4BDE4F. Grayscale: #5C5C5C. Windows color (decimal): -4972112 or 11542964. OLE color: 11542964.
HSL color Cylindrical-coordinate representation of color #B421B0: hue angle of 301.63º 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 #B421B0 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 33 | 176 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.29 |
| HSL | 301.63º | 0.69% | 0.42% | - |
| HSV(B) | 301.63º | 0.82% | 0.71% | - |
| XYZ | 27.2 | 13.93 | 42.33 | - |
| YUV | 93.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 176 | 0 | 0.82 | 0.02 | 0.29 | 301.63 | 0.69 | 0.42 |
| Hex | B4 | 21 | B0 | 0 | 52 | 2 | 1D | 12E | 45 | 2A |
| Octal | 264 | 41 | 260 | 0 | 122 | 2 | 35 | 456 | 105 | 52 |
| Binary | 10110100 | 100001 | 10110000 | 0 | 1010010 | 10 | 11101 | 100101110 | 1000101 | 101010 |
Color Harmonies of #B421B0
Complementary color
Monochromatic Colors of #B421B0
Black with #B421B0
Text Example
Text Example
White with #B421B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B421B0; }
p { color: rgb(180,33,176); }
H1.HeaderClassName
{
color: #B421B0;
}
.AnyTagClassName
{
color: #B421B0;
}
</style>
background-color css
<style>
a { background-color: #B421B0; }
a { background-color: rgb(180,33,176); }
div.DivClassName
{
background-color: #B421B0;
}
.BgClassName
{
background-color: #B421B0;
}
</style>
border-color css
<style>
span { border-color: #B421B0; }
span { border-color: rgb(180,33,176); }
td.TdClassName
{
border-color: #B421B0;
}
.TagClassName
{
border-color: #B421B0;
}
</style>