Shades of Deep Magenta #B824AF
Tints of Deep Magenta #B824AF
RGB
CMYK
RGB Variations
Color information
#B824AF (or 0xB824AF) is known color: Deep Magenta. HEX triplet: B8, 24 and AF. RGB value is (184,36,175). Sum of RGB (Red+Green+Blue) = 184+36+175=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B824AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B824AF is #47DB50. Grayscale: #5F5F5F. Windows color (decimal): -4709201 or 11478200. OLE color: 11478200.
HSL color Cylindrical-coordinate representation of color #B824AF: hue angle of 303.65º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B824AF is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 36 | 175 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.28 |
| HSL | 303.65º | 0.67% | 0.43% | - |
| HSV(B) | 303.65º | 0.8% | 0.72% | - |
| XYZ | 28.14 | 14.55 | 41.88 | - |
| YUV | 96.1 | 172.53 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 175 | 0 | 0.80 | 0.05 | 0.28 | 303.65 | 0.67 | 0.43 |
| Hex | B8 | 24 | AF | 0 | 50 | 5 | 1C | 130 | 43 | 2B |
| Octal | 270 | 44 | 257 | 0 | 120 | 5 | 34 | 460 | 103 | 53 |
| Binary | 10111000 | 100100 | 10101111 | 0 | 1010000 | 101 | 11100 | 100110000 | 1000011 | 101011 |
Color Harmonies of #B824AF
Complementary color
Monochromatic Colors of #B824AF
Black with #B824AF
Text Example
Text Example
White with #B824AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B824AF; }
p { color: rgb(184,36,175); }
H1.HeaderClassName
{
color: #B824AF;
}
.AnyTagClassName
{
color: #B824AF;
}
</style>
background-color css
<style>
a { background-color: #B824AF; }
a { background-color: rgb(184,36,175); }
div.DivClassName
{
background-color: #B824AF;
}
.BgClassName
{
background-color: #B824AF;
}
</style>
border-color css
<style>
span { border-color: #B824AF; }
span { border-color: rgb(184,36,175); }
td.TdClassName
{
border-color: #B824AF;
}
.TagClassName
{
border-color: #B824AF;
}
</style>