Shades of Deep Magenta #B415D2
Tints of Deep Magenta #B415D2
RGB
CMYK
RGB Variations
Color information
#B415D2 (or 0xB415D2) is known color: Deep Magenta. HEX triplet: B4, 15 and D2. RGB value is (180,21,210). Sum of RGB (Red+Green+Blue) = 180+21+210=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 210 (82.42% from 255 or 51.09% from 411); Max value from RGB is 210 - color contains mainly: blue. Hex color #B415D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B415D2 is #4BEA2D. Grayscale: #595959. Windows color (decimal): -4975150 or 13768116. OLE color: 13768116.
HSL color Cylindrical-coordinate representation of color #B415D2: hue angle of 290.48º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B415D2 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 21 | 210 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.18 |
| HSL | 290.48º | 0.82% | 0.45% | - |
| HSV(B) | 290.48º | 0.9% | 0.82% | - |
| XYZ | 30.72 | 14.89 | 62.23 | - |
| YUV | 90.09 | 195.68 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 21 | 210 | 0.14 | 0.90 | 0 | 0.18 | 290.48 | 0.82 | 0.45 |
| Hex | B4 | 15 | D2 | E | 5A | 0 | 12 | 122 | 52 | 2D |
| Octal | 264 | 25 | 322 | 16 | 132 | 0 | 22 | 442 | 122 | 55 |
| Binary | 10110100 | 10101 | 11010010 | 1110 | 1011010 | 0 | 10010 | 100100010 | 1010010 | 101101 |
Color Harmonies of #B415D2
Complementary color
Monochromatic Colors of #B415D2
Black with #B415D2
Text Example
Text Example
White with #B415D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B415D2; }
p { color: rgb(180,21,210); }
H1.HeaderClassName
{
color: #B415D2;
}
.AnyTagClassName
{
color: #B415D2;
}
</style>
background-color css
<style>
a { background-color: #B415D2; }
a { background-color: rgb(180,21,210); }
div.DivClassName
{
background-color: #B415D2;
}
.BgClassName
{
background-color: #B415D2;
}
</style>
border-color css
<style>
span { border-color: #B415D2; }
span { border-color: rgb(180,21,210); }
td.TdClassName
{
border-color: #B415D2;
}
.TagClassName
{
border-color: #B415D2;
}
</style>