Shades of Deep Magenta #B418CF
Tints of Deep Magenta #B418CF
RGB
CMYK
RGB Variations
Color information
#B418CF (or 0xB418CF) is known color: Deep Magenta. HEX triplet: B4, 18 and CF. RGB value is (180,24,207). Sum of RGB (Red+Green+Blue) = 180+24+207=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #B418CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B418CF is #4BE730. Grayscale: #5A5A5A. Windows color (decimal): -4974385 or 13572276. OLE color: 13572276.
HSL color Cylindrical-coordinate representation of color #B418CF: hue angle of 291.15º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B418CF is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 24 | 207 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.19 |
| HSL | 291.15º | 0.79% | 0.45% | - |
| HSV(B) | 291.15º | 0.88% | 0.81% | - |
| XYZ | 30.41 | 14.86 | 60.3 | - |
| YUV | 91.51 | 193.18 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 24 | 207 | 0.13 | 0.88 | 0 | 0.19 | 291.15 | 0.79 | 0.45 |
| Hex | B4 | 18 | CF | D | 58 | 0 | 13 | 123 | 4F | 2D |
| Octal | 264 | 30 | 317 | 15 | 130 | 0 | 23 | 443 | 117 | 55 |
| Binary | 10110100 | 11000 | 11001111 | 1101 | 1011000 | 0 | 10011 | 100100011 | 1001111 | 101101 |
Color Harmonies of #B418CF
Complementary color
Monochromatic Colors of #B418CF
Black with #B418CF
Text Example
Text Example
White with #B418CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B418CF; }
p { color: rgb(180,24,207); }
H1.HeaderClassName
{
color: #B418CF;
}
.AnyTagClassName
{
color: #B418CF;
}
</style>
background-color css
<style>
a { background-color: #B418CF; }
a { background-color: rgb(180,24,207); }
div.DivClassName
{
background-color: #B418CF;
}
.BgClassName
{
background-color: #B418CF;
}
</style>
border-color css
<style>
span { border-color: #B418CF; }
span { border-color: rgb(180,24,207); }
td.TdClassName
{
border-color: #B418CF;
}
.TagClassName
{
border-color: #B418CF;
}
</style>