Shades of Deep Magenta #B217AA
Tints of Deep Magenta #B217AA
RGB
CMYK
RGB Variations
Color information
#B217AA (or 0xB217AA) is known color: Deep Magenta. HEX triplet: B2, 17 and AA. RGB value is (178,23,170). Sum of RGB (Red+Green+Blue) = 178+23+170=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B217AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B217AA is #4DE855. Grayscale: #555555. Windows color (decimal): -5105750 or 11147186. OLE color: 11147186.
HSL color Cylindrical-coordinate representation of color #B217AA: hue angle of 303.1º 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 #B217AA is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 170 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.30 |
| HSL | 303.1º | 0.77% | 0.39% | - |
| HSV(B) | 303.1º | 0.87% | 0.7% | - |
| XYZ | 25.92 | 12.98 | 39.17 | - |
| YUV | 86.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 170 | 0 | 0.87 | 0.04 | 0.30 | 303.1 | 0.77 | 0.39 |
| Hex | B2 | 17 | AA | 0 | 57 | 4 | 1E | 12F | 4D | 27 |
| Octal | 262 | 27 | 252 | 0 | 127 | 4 | 36 | 457 | 115 | 47 |
| Binary | 10110010 | 10111 | 10101010 | 0 | 1010111 | 100 | 11110 | 100101111 | 1001101 | 100111 |
Color Harmonies of #B217AA
Complementary color
Monochromatic Colors of #B217AA
Black with #B217AA
Text Example
Text Example
White with #B217AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B217AA; }
p { color: rgb(178,23,170); }
H1.HeaderClassName
{
color: #B217AA;
}
.AnyTagClassName
{
color: #B217AA;
}
</style>
background-color css
<style>
a { background-color: #B217AA; }
a { background-color: rgb(178,23,170); }
div.DivClassName
{
background-color: #B217AA;
}
.BgClassName
{
background-color: #B217AA;
}
</style>
border-color css
<style>
span { border-color: #B217AA; }
span { border-color: rgb(178,23,170); }
td.TdClassName
{
border-color: #B217AA;
}
.TagClassName
{
border-color: #B217AA;
}
</style>