Shades of Deep Magenta #B217D4
Tints of Deep Magenta #B217D4
RGB
CMYK
RGB Variations
Color information
#B217D4 (or 0xB217D4) is known color: Deep Magenta. HEX triplet: B2, 17 and D4. RGB value is (178,23,212). Sum of RGB (Red+Green+Blue) = 178+23+212=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 212 (83.20% from 255 or 51.33% from 413); Max value from RGB is 212 - color contains mainly: blue. Hex color #B217D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B217D4 is #4DE82B. Grayscale: #5A5A5A. Windows color (decimal): -5105708 or 13899698. OLE color: 13899698.
HSL color Cylindrical-coordinate representation of color #B217D4: hue angle of 289.21º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B217D4 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 23 | 212 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.17 |
| HSL | 289.21º | 0.8% | 0.46% | - |
| HSV(B) | 289.21º | 0.89% | 0.83% | - |
| XYZ | 30.55 | 14.83 | 63.54 | - |
| YUV | 90.89 | 196.35 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 212 | 0.16 | 0.89 | 0 | 0.17 | 289.21 | 0.8 | 0.46 |
| Hex | B2 | 17 | D4 | 10 | 59 | 0 | 11 | 121 | 50 | 2E |
| Octal | 262 | 27 | 324 | 20 | 131 | 0 | 21 | 441 | 120 | 56 |
| Binary | 10110010 | 10111 | 11010100 | 10000 | 1011001 | 0 | 10001 | 100100001 | 1010000 | 101110 |
Color Harmonies of #B217D4
Complementary color
Monochromatic Colors of #B217D4
Black with #B217D4
Text Example
Text Example
White with #B217D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B217D4; }
p { color: rgb(178,23,212); }
H1.HeaderClassName
{
color: #B217D4;
}
.AnyTagClassName
{
color: #B217D4;
}
</style>
background-color css
<style>
a { background-color: #B217D4; }
a { background-color: rgb(178,23,212); }
div.DivClassName
{
background-color: #B217D4;
}
.BgClassName
{
background-color: #B217D4;
}
</style>
border-color css
<style>
span { border-color: #B217D4; }
span { border-color: rgb(178,23,212); }
td.TdClassName
{
border-color: #B217D4;
}
.TagClassName
{
border-color: #B217D4;
}
</style>