Shades of Deep Magenta #B418C0
Tints of Deep Magenta #B418C0
RGB
CMYK
RGB Variations
Color information
#B418C0 (or 0xB418C0) is known color: Deep Magenta. HEX triplet: B4, 18 and C0. RGB value is (180,24,192). Sum of RGB (Red+Green+Blue) = 180+24+192=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #B418C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B418C0 is #4BE73F. Grayscale: #595959. Windows color (decimal): -4974400 or 12589236. OLE color: 12589236.
HSL color Cylindrical-coordinate representation of color #B418C0: hue angle of 295.71º 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 #B418C0 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 24 | 192 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.25 |
| HSL | 295.71º | 0.78% | 0.42% | - |
| HSV(B) | 295.71º | 0.88% | 0.75% | - |
| XYZ | 28.66 | 14.16 | 51.09 | - |
| YUV | 89.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 24 | 192 | 0.06 | 0.88 | 0 | 0.25 | 295.71 | 0.78 | 0.42 |
| Hex | B4 | 18 | C0 | 6 | 58 | 0 | 19 | 128 | 4E | 2A |
| Octal | 264 | 30 | 300 | 6 | 130 | 0 | 31 | 450 | 116 | 52 |
| Binary | 10110100 | 11000 | 11000000 | 110 | 1011000 | 0 | 11001 | 100101000 | 1001110 | 101010 |
Color Harmonies of #B418C0
Complementary color
Monochromatic Colors of #B418C0
Black with #B418C0
Text Example
Text Example
White with #B418C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B418C0; }
p { color: rgb(180,24,192); }
H1.HeaderClassName
{
color: #B418C0;
}
.AnyTagClassName
{
color: #B418C0;
}
</style>
background-color css
<style>
a { background-color: #B418C0; }
a { background-color: rgb(180,24,192); }
div.DivClassName
{
background-color: #B418C0;
}
.BgClassName
{
background-color: #B418C0;
}
</style>
border-color css
<style>
span { border-color: #B418C0; }
span { border-color: rgb(180,24,192); }
td.TdClassName
{
border-color: #B418C0;
}
.TagClassName
{
border-color: #B418C0;
}
</style>