Shades of Deep Magenta #B218AC
Tints of Deep Magenta #B218AC
RGB
CMYK
RGB Variations
Color information
#B218AC (or 0xB218AC) is known color: Deep Magenta. HEX triplet: B2, 18 and AC. RGB value is (178,24,172). Sum of RGB (Red+Green+Blue) = 178+24+172=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B218AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B218AC is #4DE753. Grayscale: #565656. Windows color (decimal): -5105492 or 11278514. OLE color: 11278514.
HSL color Cylindrical-coordinate representation of color #B218AC: hue angle of 302.34º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B218AC is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 172 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.30 |
| HSL | 302.34º | 0.76% | 0.4% | - |
| HSV(B) | 302.34º | 0.87% | 0.7% | - |
| XYZ | 26.13 | 13.1 | 40.18 | - |
| YUV | 86.92 | 176.02 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 172 | 0 | 0.87 | 0.03 | 0.30 | 302.34 | 0.76 | 0.4 |
| Hex | B2 | 18 | AC | 0 | 57 | 3 | 1E | 12E | 4C | 28 |
| Octal | 262 | 30 | 254 | 0 | 127 | 3 | 36 | 456 | 114 | 50 |
| Binary | 10110010 | 11000 | 10101100 | 0 | 1010111 | 11 | 11110 | 100101110 | 1001100 | 101000 |
Color Harmonies of #B218AC
Complementary color
Monochromatic Colors of #B218AC
Black with #B218AC
Text Example
Text Example
White with #B218AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B218AC; }
p { color: rgb(178,24,172); }
H1.HeaderClassName
{
color: #B218AC;
}
.AnyTagClassName
{
color: #B218AC;
}
</style>
background-color css
<style>
a { background-color: #B218AC; }
a { background-color: rgb(178,24,172); }
div.DivClassName
{
background-color: #B218AC;
}
.BgClassName
{
background-color: #B218AC;
}
</style>
border-color css
<style>
span { border-color: #B218AC; }
span { border-color: rgb(178,24,172); }
td.TdClassName
{
border-color: #B218AC;
}
.TagClassName
{
border-color: #B218AC;
}
</style>