Shades of Deep Magenta #B219C7
Tints of Deep Magenta #B219C7
RGB
CMYK
RGB Variations
Color information
#B219C7 (or 0xB219C7) is known color: Deep Magenta. HEX triplet: B2, 19 and C7. RGB value is (178,25,199). Sum of RGB (Red+Green+Blue) = 178+25+199=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 199 (78.12% from 255 or 49.50% from 402); Max value from RGB is 199 - color contains mainly: blue. Hex color #B219C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219C7 is #4DE638. Grayscale: #5A5A5A. Windows color (decimal): -5105209 or 13048242. OLE color: 13048242.
HSL color Cylindrical-coordinate representation of color #B219C7: hue angle of 292.76º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B219C7 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 25 | 199 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.22 |
| HSL | 292.76º | 0.78% | 0.44% | - |
| HSV(B) | 292.76º | 0.87% | 0.78% | - |
| XYZ | 29.02 | 14.28 | 55.26 | - |
| YUV | 90.58 | 189.19 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 199 | 0.11 | 0.87 | 0 | 0.22 | 292.76 | 0.78 | 0.44 |
| Hex | B2 | 19 | C7 | B | 57 | 0 | 16 | 125 | 4E | 2C |
| Octal | 262 | 31 | 307 | 13 | 127 | 0 | 26 | 445 | 116 | 54 |
| Binary | 10110010 | 11001 | 11000111 | 1011 | 1010111 | 0 | 10110 | 100100101 | 1001110 | 101100 |
Color Harmonies of #B219C7
Complementary color
Monochromatic Colors of #B219C7
Black with #B219C7
Text Example
Text Example
White with #B219C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B219C7; }
p { color: rgb(178,25,199); }
H1.HeaderClassName
{
color: #B219C7;
}
.AnyTagClassName
{
color: #B219C7;
}
</style>
background-color css
<style>
a { background-color: #B219C7; }
a { background-color: rgb(178,25,199); }
div.DivClassName
{
background-color: #B219C7;
}
.BgClassName
{
background-color: #B219C7;
}
</style>
border-color css
<style>
span { border-color: #B219C7; }
span { border-color: rgb(178,25,199); }
td.TdClassName
{
border-color: #B219C7;
}
.TagClassName
{
border-color: #B219C7;
}
</style>