Shades of Deep Magenta #B920AF
Tints of Deep Magenta #B920AF
RGB
CMYK
RGB Variations
Color information
#B920AF (or 0xB920AF) is known color: Deep Magenta. HEX triplet: B9, 20 and AF. RGB value is (185,32,175). Sum of RGB (Red+Green+Blue) = 185+32+175=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B920AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B920AF is #46DF50. Grayscale: #5D5D5D. Windows color (decimal): -4644689 or 11477177. OLE color: 11477177.
HSL color Cylindrical-coordinate representation of color #B920AF: hue angle of 303.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B920AF is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 175 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.27 |
| HSL | 303.92º | 0.71% | 0.43% | - |
| HSV(B) | 303.92º | 0.83% | 0.73% | - |
| XYZ | 28.26 | 14.44 | 41.86 | - |
| YUV | 94.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 175 | 0 | 0.83 | 0.05 | 0.27 | 303.92 | 0.71 | 0.43 |
| Hex | B9 | 20 | AF | 0 | 53 | 5 | 1B | 130 | 47 | 2B |
| Octal | 271 | 40 | 257 | 0 | 123 | 5 | 33 | 460 | 107 | 53 |
| Binary | 10111001 | 100000 | 10101111 | 0 | 1010011 | 101 | 11011 | 100110000 | 1000111 | 101011 |
Color Harmonies of #B920AF
Complementary color
Monochromatic Colors of #B920AF
Black with #B920AF
Text Example
Text Example
White with #B920AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B920AF; }
p { color: rgb(185,32,175); }
H1.HeaderClassName
{
color: #B920AF;
}
.AnyTagClassName
{
color: #B920AF;
}
</style>
background-color css
<style>
a { background-color: #B920AF; }
a { background-color: rgb(185,32,175); }
div.DivClassName
{
background-color: #B920AF;
}
.BgClassName
{
background-color: #B920AF;
}
</style>
border-color css
<style>
span { border-color: #B920AF; }
span { border-color: rgb(185,32,175); }
td.TdClassName
{
border-color: #B920AF;
}
.TagClassName
{
border-color: #B920AF;
}
</style>