Shades of Deep Magenta #B418BD
Tints of Deep Magenta #B418BD
RGB
CMYK
RGB Variations
Color information
#B418BD (or 0xB418BD) is known color: Deep Magenta. HEX triplet: B4, 18 and BD. RGB value is (180,24,189). Sum of RGB (Red+Green+Blue) = 180+24+189=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #B418BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B418BD is #4BE742. Grayscale: #585858. Windows color (decimal): -4974403 or 12392628. OLE color: 12392628.
HSL color Cylindrical-coordinate representation of color #B418BD: hue angle of 296.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B418BD is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 24 | 189 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.26 |
| HSL | 296.73º | 0.77% | 0.42% | - |
| HSV(B) | 296.73º | 0.87% | 0.74% | - |
| XYZ | 28.33 | 14.03 | 49.36 | - |
| YUV | 89.45 | 184.18 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 24 | 189 | 0.05 | 0.87 | 0 | 0.26 | 296.73 | 0.77 | 0.42 |
| Hex | B4 | 18 | BD | 5 | 57 | 0 | 1A | 129 | 4D | 2A |
| Octal | 264 | 30 | 275 | 5 | 127 | 0 | 32 | 451 | 115 | 52 |
| Binary | 10110100 | 11000 | 10111101 | 101 | 1010111 | 0 | 11010 | 100101001 | 1001101 | 101010 |
Color Harmonies of #B418BD
Complementary color
Monochromatic Colors of #B418BD
Black with #B418BD
Text Example
Text Example
White with #B418BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B418BD; }
p { color: rgb(180,24,189); }
H1.HeaderClassName
{
color: #B418BD;
}
.AnyTagClassName
{
color: #B418BD;
}
</style>
background-color css
<style>
a { background-color: #B418BD; }
a { background-color: rgb(180,24,189); }
div.DivClassName
{
background-color: #B418BD;
}
.BgClassName
{
background-color: #B418BD;
}
</style>
border-color css
<style>
span { border-color: #B418BD; }
span { border-color: rgb(180,24,189); }
td.TdClassName
{
border-color: #B418BD;
}
.TagClassName
{
border-color: #B418BD;
}
</style>