Shades of Deep Magenta #B217B2
Tints of Deep Magenta #B217B2
RGB
CMYK
RGB Variations
Color information
#B217B2 (or 0xB217B2) is known color: Deep Magenta. HEX triplet: B2, 17 and B2. RGB value is (178,23,178). Sum of RGB (Red+Green+Blue) = 178+23+178=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B217B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B217B2 is #4DE84D. Grayscale: #565656. Windows color (decimal): -5105742 or 11671474. OLE color: 11671474.
HSL color Cylindrical-coordinate representation of color #B217B2: hue angle of 300º 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 #B217B2 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 178 | - |
| CMYK | 0 | 0.87 | 0 | 0.30 |
| HSL | 300º | 0.77% | 0.39% | - |
| HSV(B) | 300º | 0.87% | 0.7% | - |
| XYZ | 26.7 | 13.29 | 43.28 | - |
| YUV | 87.02 | 179.35 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 178 | 0 | 0.87 | 0 | 0.30 | 300 | 0.77 | 0.39 |
| Hex | B2 | 17 | B2 | 0 | 57 | 0 | 1E | 12C | 4D | 27 |
| Octal | 262 | 27 | 262 | 0 | 127 | 0 | 36 | 454 | 115 | 47 |
| Binary | 10110010 | 10111 | 10110010 | 0 | 1010111 | 0 | 11110 | 100101100 | 1001101 | 100111 |
Color Harmonies of #B217B2
Complementary color
Monochromatic Colors of #B217B2
Black with #B217B2
Text Example
Text Example
White with #B217B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B217B2; }
p { color: rgb(178,23,178); }
H1.HeaderClassName
{
color: #B217B2;
}
.AnyTagClassName
{
color: #B217B2;
}
</style>
background-color css
<style>
a { background-color: #B217B2; }
a { background-color: rgb(178,23,178); }
div.DivClassName
{
background-color: #B217B2;
}
.BgClassName
{
background-color: #B217B2;
}
</style>
border-color css
<style>
span { border-color: #B217B2; }
span { border-color: rgb(178,23,178); }
td.TdClassName
{
border-color: #B217B2;
}
.TagClassName
{
border-color: #B217B2;
}
</style>