Shades of Deep Magenta #B217AE
Tints of Deep Magenta #B217AE
RGB
CMYK
RGB Variations
Color information
#B217AE (or 0xB217AE) is known color: Deep Magenta. HEX triplet: B2, 17 and AE. RGB value is (178,23,174). Sum of RGB (Red+Green+Blue) = 178+23+174=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B217AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B217AE is #4DE851. Grayscale: #565656. Windows color (decimal): -5105746 or 11409330. OLE color: 11409330.
HSL color Cylindrical-coordinate representation of color #B217AE: hue angle of 301.55º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B217AE is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 174 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.30 |
| HSL | 301.55º | 0.77% | 0.39% | - |
| HSV(B) | 301.55º | 0.87% | 0.7% | - |
| XYZ | 26.31 | 13.13 | 41.19 | - |
| YUV | 86.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 174 | 0 | 0.87 | 0.02 | 0.30 | 301.55 | 0.77 | 0.39 |
| Hex | B2 | 17 | AE | 0 | 57 | 2 | 1E | 12E | 4D | 27 |
| Octal | 262 | 27 | 256 | 0 | 127 | 2 | 36 | 456 | 115 | 47 |
| Binary | 10110010 | 10111 | 10101110 | 0 | 1010111 | 10 | 11110 | 100101110 | 1001101 | 100111 |
Color Harmonies of #B217AE
Complementary color
Monochromatic Colors of #B217AE
Black with #B217AE
Text Example
Text Example
White with #B217AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B217AE; }
p { color: rgb(178,23,174); }
H1.HeaderClassName
{
color: #B217AE;
}
.AnyTagClassName
{
color: #B217AE;
}
</style>
background-color css
<style>
a { background-color: #B217AE; }
a { background-color: rgb(178,23,174); }
div.DivClassName
{
background-color: #B217AE;
}
.BgClassName
{
background-color: #B217AE;
}
</style>
border-color css
<style>
span { border-color: #B217AE; }
span { border-color: rgb(178,23,174); }
td.TdClassName
{
border-color: #B217AE;
}
.TagClassName
{
border-color: #B217AE;
}
</style>