Shades of Deep Magenta #B823AF
Tints of Deep Magenta #B823AF
RGB
CMYK
RGB Variations
Color information
#B823AF (or 0xB823AF) is known color: Deep Magenta. HEX triplet: B8, 23 and AF. RGB value is (184,35,175). Sum of RGB (Red+Green+Blue) = 184+35+175=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B823AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B823AF is #47DC50. Grayscale: #5F5F5F. Windows color (decimal): -4709457 or 11477944. OLE color: 11477944.
HSL color Cylindrical-coordinate representation of color #B823AF: hue angle of 303.62º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B823AF is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 35 | 175 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.28 |
| HSL | 303.62º | 0.68% | 0.43% | - |
| HSV(B) | 303.62º | 0.81% | 0.72% | - |
| XYZ | 28.11 | 14.49 | 41.87 | - |
| YUV | 95.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 175 | 0 | 0.81 | 0.05 | 0.28 | 303.62 | 0.68 | 0.43 |
| Hex | B8 | 23 | AF | 0 | 51 | 5 | 1C | 130 | 44 | 2B |
| Octal | 270 | 43 | 257 | 0 | 121 | 5 | 34 | 460 | 104 | 53 |
| Binary | 10111000 | 100011 | 10101111 | 0 | 1010001 | 101 | 11100 | 100110000 | 1000100 | 101011 |
Color Harmonies of #B823AF
Complementary color
Monochromatic Colors of #B823AF
Black with #B823AF
Text Example
Text Example
White with #B823AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B823AF; }
p { color: rgb(184,35,175); }
H1.HeaderClassName
{
color: #B823AF;
}
.AnyTagClassName
{
color: #B823AF;
}
</style>
background-color css
<style>
a { background-color: #B823AF; }
a { background-color: rgb(184,35,175); }
div.DivClassName
{
background-color: #B823AF;
}
.BgClassName
{
background-color: #B823AF;
}
</style>
border-color css
<style>
span { border-color: #B823AF; }
span { border-color: rgb(184,35,175); }
td.TdClassName
{
border-color: #B823AF;
}
.TagClassName
{
border-color: #B823AF;
}
</style>