Shades of Deep Magenta #B219BA
Tints of Deep Magenta #B219BA
RGB
CMYK
RGB Variations
Color information
#B219BA (or 0xB219BA) is known color: Deep Magenta. HEX triplet: B2, 19 and BA. RGB value is (178,25,186). Sum of RGB (Red+Green+Blue) = 178+25+186=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #B219BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219BA is #4DE645. Grayscale: #585858. Windows color (decimal): -5105222 or 12196274. OLE color: 12196274.
HSL color Cylindrical-coordinate representation of color #B219BA: hue angle of 297.02º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B219BA is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 25 | 186 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.27 |
| HSL | 297.02º | 0.76% | 0.41% | - |
| HSV(B) | 297.02º | 0.87% | 0.73% | - |
| XYZ | 27.57 | 13.71 | 47.65 | - |
| YUV | 89.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 186 | 0.04 | 0.87 | 0 | 0.27 | 297.02 | 0.76 | 0.41 |
| Hex | B2 | 19 | BA | 4 | 57 | 0 | 1B | 129 | 4C | 29 |
| Octal | 262 | 31 | 272 | 4 | 127 | 0 | 33 | 451 | 114 | 51 |
| Binary | 10110010 | 11001 | 10111010 | 100 | 1010111 | 0 | 11011 | 100101001 | 1001100 | 101001 |
Color Harmonies of #B219BA
Complementary color
Monochromatic Colors of #B219BA
Black with #B219BA
Text Example
Text Example
White with #B219BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B219BA; }
p { color: rgb(178,25,186); }
H1.HeaderClassName
{
color: #B219BA;
}
.AnyTagClassName
{
color: #B219BA;
}
</style>
background-color css
<style>
a { background-color: #B219BA; }
a { background-color: rgb(178,25,186); }
div.DivClassName
{
background-color: #B219BA;
}
.BgClassName
{
background-color: #B219BA;
}
</style>
border-color css
<style>
span { border-color: #B219BA; }
span { border-color: rgb(178,25,186); }
td.TdClassName
{
border-color: #B219BA;
}
.TagClassName
{
border-color: #B219BA;
}
</style>