Shades of Deep Magenta #B218C0
Tints of Deep Magenta #B218C0
RGB
CMYK
RGB Variations
Color information
#B218C0 (or 0xB218C0) is known color: Deep Magenta. HEX triplet: B2, 18 and C0. RGB value is (178,24,192). Sum of RGB (Red+Green+Blue) = 178+24+192=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #B218C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B218C0 is #4DE73F. Grayscale: #585858. Windows color (decimal): -5105472 or 12589234. OLE color: 12589234.
HSL color Cylindrical-coordinate representation of color #B218C0: hue angle of 295º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B218C0 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 24 | 192 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.25 |
| HSL | 295º | 0.78% | 0.42% | - |
| HSV(B) | 295º | 0.88% | 0.75% | - |
| XYZ | 28.2 | 13.92 | 51.07 | - |
| YUV | 89.2 | 186.02 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 192 | 0.07 | 0.88 | 0 | 0.25 | 295 | 0.78 | 0.42 |
| Hex | B2 | 18 | C0 | 7 | 58 | 0 | 19 | 127 | 4E | 2A |
| Octal | 262 | 30 | 300 | 7 | 130 | 0 | 31 | 447 | 116 | 52 |
| Binary | 10110010 | 11000 | 11000000 | 111 | 1011000 | 0 | 11001 | 100100111 | 1001110 | 101010 |
Color Harmonies of #B218C0
Complementary color
Monochromatic Colors of #B218C0
Black with #B218C0
Text Example
Text Example
White with #B218C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B218C0; }
p { color: rgb(178,24,192); }
H1.HeaderClassName
{
color: #B218C0;
}
.AnyTagClassName
{
color: #B218C0;
}
</style>
background-color css
<style>
a { background-color: #B218C0; }
a { background-color: rgb(178,24,192); }
div.DivClassName
{
background-color: #B218C0;
}
.BgClassName
{
background-color: #B218C0;
}
</style>
border-color css
<style>
span { border-color: #B218C0; }
span { border-color: rgb(178,24,192); }
td.TdClassName
{
border-color: #B218C0;
}
.TagClassName
{
border-color: #B218C0;
}
</style>