Shades of Deep Magenta #B817AF
Tints of Deep Magenta #B817AF
RGB
CMYK
RGB Variations
Color information
#B817AF (or 0xB817AF) is known color: Deep Magenta. HEX triplet: B8, 17 and AF. RGB value is (184,23,175). Sum of RGB (Red+Green+Blue) = 184+23+175=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B817AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B817AF is #47E850. Grayscale: #585858. Windows color (decimal): -4712529 or 11474872. OLE color: 11474872.
HSL color Cylindrical-coordinate representation of color #B817AF: hue angle of 303.35º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B817AF is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 175 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.28 |
| HSL | 303.35º | 0.78% | 0.41% | - |
| HSV(B) | 303.35º | 0.88% | 0.72% | - |
| XYZ | 27.81 | 13.9 | 41.77 | - |
| YUV | 88.47 | 176.84 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 175 | 0 | 0.88 | 0.05 | 0.28 | 303.35 | 0.78 | 0.41 |
| Hex | B8 | 17 | AF | 0 | 58 | 5 | 1C | 12F | 4E | 29 |
| Octal | 270 | 27 | 257 | 0 | 130 | 5 | 34 | 457 | 116 | 51 |
| Binary | 10111000 | 10111 | 10101111 | 0 | 1011000 | 101 | 11100 | 100101111 | 1001110 | 101001 |
Color Harmonies of #B817AF
Complementary color
Monochromatic Colors of #B817AF
Black with #B817AF
Text Example
Text Example
White with #B817AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B817AF; }
p { color: rgb(184,23,175); }
H1.HeaderClassName
{
color: #B817AF;
}
.AnyTagClassName
{
color: #B817AF;
}
</style>
background-color css
<style>
a { background-color: #B817AF; }
a { background-color: rgb(184,23,175); }
div.DivClassName
{
background-color: #B817AF;
}
.BgClassName
{
background-color: #B817AF;
}
</style>
border-color css
<style>
span { border-color: #B817AF; }
span { border-color: rgb(184,23,175); }
td.TdClassName
{
border-color: #B817AF;
}
.TagClassName
{
border-color: #B817AF;
}
</style>