Shades of Deep Magenta #B421AF
Tints of Deep Magenta #B421AF
RGB
CMYK
RGB Variations
Color information
#B421AF (or 0xB421AF) is known color: Deep Magenta. HEX triplet: B4, 21 and AF. RGB value is (180,33,175). Sum of RGB (Red+Green+Blue) = 180+33+175=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B421AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421AF is #4BDE50. Grayscale: #5C5C5C. Windows color (decimal): -4972113 or 11477428. OLE color: 11477428.
HSL color Cylindrical-coordinate representation of color #B421AF: hue angle of 302.04º 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 #B421AF is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 33 | 175 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.29 |
| HSL | 302.04º | 0.69% | 0.42% | - |
| HSV(B) | 302.04º | 0.82% | 0.71% | - |
| XYZ | 27.1 | 13.89 | 41.81 | - |
| YUV | 93.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 175 | 0 | 0.82 | 0.03 | 0.29 | 302.04 | 0.69 | 0.42 |
| Hex | B4 | 21 | AF | 0 | 52 | 3 | 1D | 12E | 45 | 2A |
| Octal | 264 | 41 | 257 | 0 | 122 | 3 | 35 | 456 | 105 | 52 |
| Binary | 10110100 | 100001 | 10101111 | 0 | 1010010 | 11 | 11101 | 100101110 | 1000101 | 101010 |
Color Harmonies of #B421AF
Complementary color
Monochromatic Colors of #B421AF
Black with #B421AF
Text Example
Text Example
White with #B421AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B421AF; }
p { color: rgb(180,33,175); }
H1.HeaderClassName
{
color: #B421AF;
}
.AnyTagClassName
{
color: #B421AF;
}
</style>
background-color css
<style>
a { background-color: #B421AF; }
a { background-color: rgb(180,33,175); }
div.DivClassName
{
background-color: #B421AF;
}
.BgClassName
{
background-color: #B421AF;
}
</style>
border-color css
<style>
span { border-color: #B421AF; }
span { border-color: rgb(180,33,175); }
td.TdClassName
{
border-color: #B421AF;
}
.TagClassName
{
border-color: #B421AF;
}
</style>