Shades of Deep Magenta #B822AF
Tints of Deep Magenta #B822AF
RGB
CMYK
RGB Variations
Color information
#B822AF (or 0xB822AF) is known color: Deep Magenta. HEX triplet: B8, 22 and AF. RGB value is (184,34,175). Sum of RGB (Red+Green+Blue) = 184+34+175=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B822AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B822AF is #47DD50. Grayscale: #5E5E5E. Windows color (decimal): -4709713 or 11477688. OLE color: 11477688.
HSL color Cylindrical-coordinate representation of color #B822AF: hue angle of 303.6º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B822AF is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 175 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.28 |
| HSL | 303.6º | 0.69% | 0.43% | - |
| HSV(B) | 303.6º | 0.82% | 0.72% | - |
| XYZ | 28.08 | 14.43 | 41.86 | - |
| YUV | 94.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 175 | 0 | 0.82 | 0.05 | 0.28 | 303.6 | 0.69 | 0.43 |
| Hex | B8 | 22 | AF | 0 | 52 | 5 | 1C | 130 | 45 | 2B |
| Octal | 270 | 42 | 257 | 0 | 122 | 5 | 34 | 460 | 105 | 53 |
| Binary | 10111000 | 100010 | 10101111 | 0 | 1010010 | 101 | 11100 | 100110000 | 1000101 | 101011 |
Color Harmonies of #B822AF
Complementary color
Monochromatic Colors of #B822AF
Black with #B822AF
Text Example
Text Example
White with #B822AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822AF; }
p { color: rgb(184,34,175); }
H1.HeaderClassName
{
color: #B822AF;
}
.AnyTagClassName
{
color: #B822AF;
}
</style>
background-color css
<style>
a { background-color: #B822AF; }
a { background-color: rgb(184,34,175); }
div.DivClassName
{
background-color: #B822AF;
}
.BgClassName
{
background-color: #B822AF;
}
</style>
border-color css
<style>
span { border-color: #B822AF; }
span { border-color: rgb(184,34,175); }
td.TdClassName
{
border-color: #B822AF;
}
.TagClassName
{
border-color: #B822AF;
}
</style>