Shades of Deep Magenta #B518DC
Tints of Deep Magenta #B518DC
RGB
CMYK
RGB Variations
Color information
#B518DC (or 0xB518DC) is known color: Deep Magenta. HEX triplet: B5, 18 and DC. RGB value is (181,24,220). Sum of RGB (Red+Green+Blue) = 181+24+220=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #B518DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B518DC is #4AE723. Grayscale: #5C5C5C. Windows color (decimal): -4908836 or 14424245. OLE color: 14424245.
HSL color Cylindrical-coordinate representation of color #B518DC: hue angle of 288.06º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B518DC is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 24 | 220 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.14 |
| HSL | 288.06º | 0.8% | 0.48% | - |
| HSV(B) | 288.06º | 0.89% | 0.86% | - |
| XYZ | 32.3 | 15.64 | 69.03 | - |
| YUV | 93.29 | 199.51 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 220 | 0.18 | 0.89 | 0 | 0.14 | 288.06 | 0.8 | 0.48 |
| Hex | B5 | 18 | DC | 12 | 59 | 0 | E | 120 | 50 | 30 |
| Octal | 265 | 30 | 334 | 22 | 131 | 0 | 16 | 440 | 120 | 60 |
| Binary | 10110101 | 11000 | 11011100 | 10010 | 1011001 | 0 | 1110 | 100100000 | 1010000 | 110000 |
Color Harmonies of #B518DC
Complementary color
Monochromatic Colors of #B518DC
Black with #B518DC
Text Example
Text Example
White with #B518DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B518DC; }
p { color: rgb(181,24,220); }
H1.HeaderClassName
{
color: #B518DC;
}
.AnyTagClassName
{
color: #B518DC;
}
</style>
background-color css
<style>
a { background-color: #B518DC; }
a { background-color: rgb(181,24,220); }
div.DivClassName
{
background-color: #B518DC;
}
.BgClassName
{
background-color: #B518DC;
}
</style>
border-color css
<style>
span { border-color: #B518DC; }
span { border-color: rgb(181,24,220); }
td.TdClassName
{
border-color: #B518DC;
}
.TagClassName
{
border-color: #B518DC;
}
</style>