Shades of Deep Magenta #B921AF
Tints of Deep Magenta #B921AF
RGB
CMYK
RGB Variations
Color information
#B921AF (or 0xB921AF) is known color: Deep Magenta. HEX triplet: B9, 21 and AF. RGB value is (185,33,175). Sum of RGB (Red+Green+Blue) = 185+33+175=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B921AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B921AF is #46DE50. Grayscale: #5E5E5E. Windows color (decimal): -4644433 or 11477433. OLE color: 11477433.
HSL color Cylindrical-coordinate representation of color #B921AF: hue angle of 303.95º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B921AF is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 175 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.27 |
| HSL | 303.95º | 0.7% | 0.43% | - |
| HSV(B) | 303.95º | 0.82% | 0.73% | - |
| XYZ | 28.29 | 14.5 | 41.86 | - |
| YUV | 94.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 175 | 0 | 0.82 | 0.05 | 0.27 | 303.95 | 0.7 | 0.43 |
| Hex | B9 | 21 | AF | 0 | 52 | 5 | 1B | 130 | 46 | 2B |
| Octal | 271 | 41 | 257 | 0 | 122 | 5 | 33 | 460 | 106 | 53 |
| Binary | 10111001 | 100001 | 10101111 | 0 | 1010010 | 101 | 11011 | 100110000 | 1000110 | 101011 |
Color Harmonies of #B921AF
Complementary color
Monochromatic Colors of #B921AF
Black with #B921AF
Text Example
Text Example
White with #B921AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921AF; }
p { color: rgb(185,33,175); }
H1.HeaderClassName
{
color: #B921AF;
}
.AnyTagClassName
{
color: #B921AF;
}
</style>
background-color css
<style>
a { background-color: #B921AF; }
a { background-color: rgb(185,33,175); }
div.DivClassName
{
background-color: #B921AF;
}
.BgClassName
{
background-color: #B921AF;
}
</style>
border-color css
<style>
span { border-color: #B921AF; }
span { border-color: rgb(185,33,175); }
td.TdClassName
{
border-color: #B921AF;
}
.TagClassName
{
border-color: #B921AF;
}
</style>