Shades of Deep Magenta #B616AF
Tints of Deep Magenta #B616AF
RGB
CMYK
RGB Variations
Color information
#B616AF (or 0xB616AF) is known color: Deep Magenta. HEX triplet: B6, 16 and AF. RGB value is (182,22,175). Sum of RGB (Red+Green+Blue) = 182+22+175=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B616AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B616AF is #49E950. Grayscale: #565656. Windows color (decimal): -4843857 or 11474614. OLE color: 11474614.
HSL color Cylindrical-coordinate representation of color #B616AF: hue angle of 302.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B616AF is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 22 | 175 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.29 |
| HSL | 302.63º | 0.78% | 0.4% | - |
| HSV(B) | 302.63º | 0.88% | 0.71% | - |
| XYZ | 27.32 | 13.61 | 41.75 | - |
| YUV | 87.28 | 177.51 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 175 | 0 | 0.88 | 0.04 | 0.29 | 302.63 | 0.78 | 0.4 |
| Hex | B6 | 16 | AF | 0 | 58 | 4 | 1D | 12F | 4E | 28 |
| Octal | 266 | 26 | 257 | 0 | 130 | 4 | 35 | 457 | 116 | 50 |
| Binary | 10110110 | 10110 | 10101111 | 0 | 1011000 | 100 | 11101 | 100101111 | 1001110 | 101000 |
Color Harmonies of #B616AF
Complementary color
Monochromatic Colors of #B616AF
Black with #B616AF
Text Example
Text Example
White with #B616AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B616AF; }
p { color: rgb(182,22,175); }
H1.HeaderClassName
{
color: #B616AF;
}
.AnyTagClassName
{
color: #B616AF;
}
</style>
background-color css
<style>
a { background-color: #B616AF; }
a { background-color: rgb(182,22,175); }
div.DivClassName
{
background-color: #B616AF;
}
.BgClassName
{
background-color: #B616AF;
}
</style>
border-color css
<style>
span { border-color: #B616AF; }
span { border-color: rgb(182,22,175); }
td.TdClassName
{
border-color: #B616AF;
}
.TagClassName
{
border-color: #B616AF;
}
</style>