Shades of Deep Magenta #B219B7
Tints of Deep Magenta #B219B7
RGB
CMYK
RGB Variations
Color information
#B219B7 (or 0xB219B7) is known color: Deep Magenta. HEX triplet: B2, 19 and B7. RGB value is (178,25,183). Sum of RGB (Red+Green+Blue) = 178+25+183=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #B219B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219B7 is #4DE648. Grayscale: #585858. Windows color (decimal): -5105225 or 11999666. OLE color: 11999666.
HSL color Cylindrical-coordinate representation of color #B219B7: hue angle of 298.1º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B219B7 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 25 | 183 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.28 |
| HSL | 298.1º | 0.76% | 0.41% | - |
| HSV(B) | 298.1º | 0.86% | 0.72% | - |
| XYZ | 27.25 | 13.58 | 45.98 | - |
| YUV | 88.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 183 | 0.03 | 0.86 | 0 | 0.28 | 298.1 | 0.76 | 0.41 |
| Hex | B2 | 19 | B7 | 3 | 56 | 0 | 1C | 12A | 4C | 29 |
| Octal | 262 | 31 | 267 | 3 | 126 | 0 | 34 | 452 | 114 | 51 |
| Binary | 10110010 | 11001 | 10110111 | 11 | 1010110 | 0 | 11100 | 100101010 | 1001100 | 101001 |
Color Harmonies of #B219B7
Complementary color
Monochromatic Colors of #B219B7
Black with #B219B7
Text Example
Text Example
White with #B219B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B219B7; }
p { color: rgb(178,25,183); }
H1.HeaderClassName
{
color: #B219B7;
}
.AnyTagClassName
{
color: #B219B7;
}
</style>
background-color css
<style>
a { background-color: #B219B7; }
a { background-color: rgb(178,25,183); }
div.DivClassName
{
background-color: #B219B7;
}
.BgClassName
{
background-color: #B219B7;
}
</style>
border-color css
<style>
span { border-color: #B219B7; }
span { border-color: rgb(178,25,183); }
td.TdClassName
{
border-color: #B219B7;
}
.TagClassName
{
border-color: #B219B7;
}
</style>