Shades of Deep Magenta #B514DD
Tints of Deep Magenta #B514DD
RGB
CMYK
RGB Variations
Color information
#B514DD (or 0xB514DD) is known color: Deep Magenta. HEX triplet: B5, 14 and DD. RGB value is (181,20,221). Sum of RGB (Red+Green+Blue) = 181+20+221=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #B514DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B514DD is #4AEB22. Grayscale: #5A5A5A. Windows color (decimal): -4909859 or 14488757. OLE color: 14488757.
HSL color Cylindrical-coordinate representation of color #B514DD: hue angle of 288.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B514DD is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 20 | 221 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.13 |
| HSL | 288.06º | 0.83% | 0.47% | - |
| HSV(B) | 288.06º | 0.91% | 0.87% | - |
| XYZ | 32.36 | 15.54 | 69.7 | - |
| YUV | 91.05 | 201.34 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 221 | 0.18 | 0.91 | 0 | 0.13 | 288.06 | 0.83 | 0.47 |
| Hex | B5 | 14 | DD | 12 | 5B | 0 | D | 120 | 53 | 2F |
| Octal | 265 | 24 | 335 | 22 | 133 | 0 | 15 | 440 | 123 | 57 |
| Binary | 10110101 | 10100 | 11011101 | 10010 | 1011011 | 0 | 1101 | 100100000 | 1010011 | 101111 |
Color Harmonies of #B514DD
Complementary color
Monochromatic Colors of #B514DD
Black with #B514DD
Text Example
Text Example
White with #B514DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B514DD; }
p { color: rgb(181,20,221); }
H1.HeaderClassName
{
color: #B514DD;
}
.AnyTagClassName
{
color: #B514DD;
}
</style>
background-color css
<style>
a { background-color: #B514DD; }
a { background-color: rgb(181,20,221); }
div.DivClassName
{
background-color: #B514DD;
}
.BgClassName
{
background-color: #B514DD;
}
</style>
border-color css
<style>
span { border-color: #B514DD; }
span { border-color: rgb(181,20,221); }
td.TdClassName
{
border-color: #B514DD;
}
.TagClassName
{
border-color: #B514DD;
}
</style>