Shades of Deep Magenta #B420AD
Tints of Deep Magenta #B420AD
RGB
CMYK
RGB Variations
Color information
#B420AD (or 0xB420AD) is known color: Deep Magenta. HEX triplet: B4, 20 and AD. RGB value is (180,32,173). Sum of RGB (Red+Green+Blue) = 180+32+173=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B420AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B420AD is #4BDF52. Grayscale: #5B5B5B. Windows color (decimal): -4972371 or 11346100. OLE color: 11346100.
HSL color Cylindrical-coordinate representation of color #B420AD: hue angle of 302.84º degrees, saturation: 0.7, 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 #B420AD is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 173 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.29 |
| HSL | 302.84º | 0.7% | 0.42% | - |
| HSV(B) | 302.84º | 0.82% | 0.71% | - |
| XYZ | 26.88 | 13.75 | 40.77 | - |
| YUV | 92.33 | 173.53 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 173 | 0 | 0.82 | 0.04 | 0.29 | 302.84 | 0.7 | 0.42 |
| Hex | B4 | 20 | AD | 0 | 52 | 4 | 1D | 12F | 46 | 2A |
| Octal | 264 | 40 | 255 | 0 | 122 | 4 | 35 | 457 | 106 | 52 |
| Binary | 10110100 | 100000 | 10101101 | 0 | 1010010 | 100 | 11101 | 100101111 | 1000110 | 101010 |
Color Harmonies of #B420AD
Complementary color
Monochromatic Colors of #B420AD
Black with #B420AD
Text Example
Text Example
White with #B420AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B420AD; }
p { color: rgb(180,32,173); }
H1.HeaderClassName
{
color: #B420AD;
}
.AnyTagClassName
{
color: #B420AD;
}
</style>
background-color css
<style>
a { background-color: #B420AD; }
a { background-color: rgb(180,32,173); }
div.DivClassName
{
background-color: #B420AD;
}
.BgClassName
{
background-color: #B420AD;
}
</style>
border-color css
<style>
span { border-color: #B420AD; }
span { border-color: rgb(180,32,173); }
td.TdClassName
{
border-color: #B420AD;
}
.TagClassName
{
border-color: #B420AD;
}
</style>