Shades of Deep Magenta #B415D1
Tints of Deep Magenta #B415D1
RGB
CMYK
RGB Variations
Color information
#B415D1 (or 0xB415D1) is known color: Deep Magenta. HEX triplet: B4, 15 and D1. RGB value is (180,21,209). Sum of RGB (Red+Green+Blue) = 180+21+209=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #B415D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B415D1 is #4BEA2E. Grayscale: #595959. Windows color (decimal): -4975151 or 13702580. OLE color: 13702580.
HSL color Cylindrical-coordinate representation of color #B415D1: hue angle of 290.74º 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 #B415D1 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 21 | 209 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.18 |
| HSL | 290.74º | 0.82% | 0.45% | - |
| HSV(B) | 290.74º | 0.9% | 0.82% | - |
| XYZ | 30.6 | 14.84 | 61.57 | - |
| YUV | 89.97 | 195.18 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 21 | 209 | 0.14 | 0.90 | 0 | 0.18 | 290.74 | 0.82 | 0.45 |
| Hex | B4 | 15 | D1 | E | 5A | 0 | 12 | 123 | 52 | 2D |
| Octal | 264 | 25 | 321 | 16 | 132 | 0 | 22 | 443 | 122 | 55 |
| Binary | 10110100 | 10101 | 11010001 | 1110 | 1011010 | 0 | 10010 | 100100011 | 1010010 | 101101 |
Color Harmonies of #B415D1
Complementary color
Monochromatic Colors of #B415D1
Black with #B415D1
Text Example
Text Example
White with #B415D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B415D1; }
p { color: rgb(180,21,209); }
H1.HeaderClassName
{
color: #B415D1;
}
.AnyTagClassName
{
color: #B415D1;
}
</style>
background-color css
<style>
a { background-color: #B415D1; }
a { background-color: rgb(180,21,209); }
div.DivClassName
{
background-color: #B415D1;
}
.BgClassName
{
background-color: #B415D1;
}
</style>
border-color css
<style>
span { border-color: #B415D1; }
span { border-color: rgb(180,21,209); }
td.TdClassName
{
border-color: #B415D1;
}
.TagClassName
{
border-color: #B415D1;
}
</style>