Shades of Deep Magenta #B415DD
Tints of Deep Magenta #B415DD
RGB
CMYK
RGB Variations
Color information
#B415DD (or 0xB415DD) is known color: Deep Magenta. HEX triplet: B4, 15 and DD. RGB value is (180,21,221). Sum of RGB (Red+Green+Blue) = 180+21+221=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 21 (8.59% from 255 or 4.98% 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 #B415DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B415DD is #4BEA22. Grayscale: #5A5A5A. Windows color (decimal): -4975139 or 14489012. OLE color: 14489012.
HSL color Cylindrical-coordinate representation of color #B415DD: hue angle of 287.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B415DD is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 21 | 221 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.13 |
| HSL | 287.7º | 0.83% | 0.47% | - |
| HSV(B) | 287.7º | 0.9% | 0.87% | - |
| XYZ | 32.14 | 15.46 | 69.7 | - |
| YUV | 91.34 | 201.18 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 21 | 221 | 0.19 | 0.90 | 0 | 0.13 | 287.7 | 0.83 | 0.47 |
| Hex | B4 | 15 | DD | 13 | 5A | 0 | D | 120 | 53 | 2F |
| Octal | 264 | 25 | 335 | 23 | 132 | 0 | 15 | 440 | 123 | 57 |
| Binary | 10110100 | 10101 | 11011101 | 10011 | 1011010 | 0 | 1101 | 100100000 | 1010011 | 101111 |
Color Harmonies of #B415DD
Complementary color
Monochromatic Colors of #B415DD
Black with #B415DD
Text Example
Text Example
White with #B415DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B415DD; }
p { color: rgb(180,21,221); }
H1.HeaderClassName
{
color: #B415DD;
}
.AnyTagClassName
{
color: #B415DD;
}
</style>
background-color css
<style>
a { background-color: #B415DD; }
a { background-color: rgb(180,21,221); }
div.DivClassName
{
background-color: #B415DD;
}
.BgClassName
{
background-color: #B415DD;
}
</style>
border-color css
<style>
span { border-color: #B415DD; }
span { border-color: rgb(180,21,221); }
td.TdClassName
{
border-color: #B415DD;
}
.TagClassName
{
border-color: #B415DD;
}
</style>