Shades of Deep Magenta #B418D0
Tints of Deep Magenta #B418D0
RGB
CMYK
RGB Variations
Color information
#B418D0 (or 0xB418D0) is known color: Deep Magenta. HEX triplet: B4, 18 and D0. RGB value is (180,24,208). Sum of RGB (Red+Green+Blue) = 180+24+208=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #B418D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B418D0 is #4BE72F. Grayscale: #5B5B5B. Windows color (decimal): -4974384 or 13637812. OLE color: 13637812.
HSL color Cylindrical-coordinate representation of color #B418D0: hue angle of 290.87º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B418D0 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 24 | 208 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.18 |
| HSL | 290.87º | 0.79% | 0.45% | - |
| HSV(B) | 290.87º | 0.88% | 0.82% | - |
| XYZ | 30.53 | 14.91 | 60.94 | - |
| YUV | 91.62 | 193.68 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 24 | 208 | 0.13 | 0.88 | 0 | 0.18 | 290.87 | 0.79 | 0.45 |
| Hex | B4 | 18 | D0 | D | 58 | 0 | 12 | 123 | 4F | 2D |
| Octal | 264 | 30 | 320 | 15 | 130 | 0 | 22 | 443 | 117 | 55 |
| Binary | 10110100 | 11000 | 11010000 | 1101 | 1011000 | 0 | 10010 | 100100011 | 1001111 | 101101 |
Color Harmonies of #B418D0
Complementary color
Monochromatic Colors of #B418D0
Black with #B418D0
Text Example
Text Example
White with #B418D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B418D0; }
p { color: rgb(180,24,208); }
H1.HeaderClassName
{
color: #B418D0;
}
.AnyTagClassName
{
color: #B418D0;
}
</style>
background-color css
<style>
a { background-color: #B418D0; }
a { background-color: rgb(180,24,208); }
div.DivClassName
{
background-color: #B418D0;
}
.BgClassName
{
background-color: #B418D0;
}
</style>
border-color css
<style>
span { border-color: #B418D0; }
span { border-color: rgb(180,24,208); }
td.TdClassName
{
border-color: #B418D0;
}
.TagClassName
{
border-color: #B418D0;
}
</style>