Shades of Deep Magenta #B217D0
Tints of Deep Magenta #B217D0
RGB
CMYK
RGB Variations
Color information
#B217D0 (or 0xB217D0) is known color: Deep Magenta. HEX triplet: B2, 17 and D0. RGB value is (178,23,208). Sum of RGB (Red+Green+Blue) = 178+23+208=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #B217D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B217D0 is #4DE82F. Grayscale: #595959. Windows color (decimal): -5105712 or 13637554. OLE color: 13637554.
HSL color Cylindrical-coordinate representation of color #B217D0: hue angle of 290.27º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B217D0 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 23 | 208 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.18 |
| HSL | 290.27º | 0.8% | 0.45% | - |
| HSV(B) | 290.27º | 0.89% | 0.82% | - |
| XYZ | 30.05 | 14.63 | 60.91 | - |
| YUV | 90.44 | 194.35 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 208 | 0.14 | 0.89 | 0 | 0.18 | 290.27 | 0.8 | 0.45 |
| Hex | B2 | 17 | D0 | E | 59 | 0 | 12 | 122 | 50 | 2D |
| Octal | 262 | 27 | 320 | 16 | 131 | 0 | 22 | 442 | 120 | 55 |
| Binary | 10110010 | 10111 | 11010000 | 1110 | 1011001 | 0 | 10010 | 100100010 | 1010000 | 101101 |
Color Harmonies of #B217D0
Complementary color
Monochromatic Colors of #B217D0
Black with #B217D0
Text Example
Text Example
White with #B217D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B217D0; }
p { color: rgb(178,23,208); }
H1.HeaderClassName
{
color: #B217D0;
}
.AnyTagClassName
{
color: #B217D0;
}
</style>
background-color css
<style>
a { background-color: #B217D0; }
a { background-color: rgb(178,23,208); }
div.DivClassName
{
background-color: #B217D0;
}
.BgClassName
{
background-color: #B217D0;
}
</style>
border-color css
<style>
span { border-color: #B217D0; }
span { border-color: rgb(178,23,208); }
td.TdClassName
{
border-color: #B217D0;
}
.TagClassName
{
border-color: #B217D0;
}
</style>