Shades of Deep Magenta #B518CE
Tints of Deep Magenta #B518CE
RGB
CMYK
RGB Variations
Color information
#B518CE (or 0xB518CE) is known color: Deep Magenta. HEX triplet: B5, 18 and CE. RGB value is (181,24,206). Sum of RGB (Red+Green+Blue) = 181+24+206=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #B518CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B518CE is #4AE731. Grayscale: #5B5B5B. Windows color (decimal): -4908850 or 13506741. OLE color: 13506741.
HSL color Cylindrical-coordinate representation of color #B518CE: hue angle of 291.76º 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 #B518CE is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 24 | 206 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.19 |
| HSL | 291.76º | 0.79% | 0.45% | - |
| HSV(B) | 291.76º | 0.88% | 0.81% | - |
| XYZ | 30.52 | 14.93 | 59.67 | - |
| YUV | 91.69 | 192.51 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 206 | 0.12 | 0.88 | 0 | 0.19 | 291.76 | 0.79 | 0.45 |
| Hex | B5 | 18 | CE | C | 58 | 0 | 13 | 124 | 4F | 2D |
| Octal | 265 | 30 | 316 | 14 | 130 | 0 | 23 | 444 | 117 | 55 |
| Binary | 10110101 | 11000 | 11001110 | 1100 | 1011000 | 0 | 10011 | 100100100 | 1001111 | 101101 |
Color Harmonies of #B518CE
Complementary color
Monochromatic Colors of #B518CE
Black with #B518CE
Text Example
Text Example
White with #B518CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B518CE; }
p { color: rgb(181,24,206); }
H1.HeaderClassName
{
color: #B518CE;
}
.AnyTagClassName
{
color: #B518CE;
}
</style>
background-color css
<style>
a { background-color: #B518CE; }
a { background-color: rgb(181,24,206); }
div.DivClassName
{
background-color: #B518CE;
}
.BgClassName
{
background-color: #B518CE;
}
</style>
border-color css
<style>
span { border-color: #B518CE; }
span { border-color: rgb(181,24,206); }
td.TdClassName
{
border-color: #B518CE;
}
.TagClassName
{
border-color: #B518CE;
}
</style>