Shades of Deep Magenta #B514CE
Tints of Deep Magenta #B514CE
RGB
CMYK
RGB Variations
Color information
#B514CE (or 0xB514CE) is known color: Deep Magenta. HEX triplet: B5, 14 and CE. RGB value is (181,20,206). Sum of RGB (Red+Green+Blue) = 181+20+206=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #B514CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B514CE is #4AEB31. Grayscale: #585858. Windows color (decimal): -4909874 or 13505717. OLE color: 13505717.
HSL color Cylindrical-coordinate representation of color #B514CE: hue angle of 291.94º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B514CE is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 20 | 206 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.19 |
| HSL | 291.94º | 0.82% | 0.44% | - |
| HSV(B) | 291.94º | 0.9% | 0.81% | - |
| XYZ | 30.45 | 14.78 | 59.64 | - |
| YUV | 89.34 | 193.84 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 206 | 0.12 | 0.90 | 0 | 0.19 | 291.94 | 0.82 | 0.44 |
| Hex | B5 | 14 | CE | C | 5A | 0 | 13 | 124 | 52 | 2C |
| Octal | 265 | 24 | 316 | 14 | 132 | 0 | 23 | 444 | 122 | 54 |
| Binary | 10110101 | 10100 | 11001110 | 1100 | 1011010 | 0 | 10011 | 100100100 | 1010010 | 101100 |
Color Harmonies of #B514CE
Complementary color
Monochromatic Colors of #B514CE
Black with #B514CE
Text Example
Text Example
White with #B514CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B514CE; }
p { color: rgb(181,20,206); }
H1.HeaderClassName
{
color: #B514CE;
}
.AnyTagClassName
{
color: #B514CE;
}
</style>
background-color css
<style>
a { background-color: #B514CE; }
a { background-color: rgb(181,20,206); }
div.DivClassName
{
background-color: #B514CE;
}
.BgClassName
{
background-color: #B514CE;
}
</style>
border-color css
<style>
span { border-color: #B514CE; }
span { border-color: rgb(181,20,206); }
td.TdClassName
{
border-color: #B514CE;
}
.TagClassName
{
border-color: #B514CE;
}
</style>