Shades of Deep Magenta #B405D1
Tints of Deep Magenta #B405D1
RGB
CMYK
RGB Variations
Color information
#B405D1 (or 0xB405D1) is known color: Deep Magenta. HEX triplet: B4, 05 and D1. RGB value is (180,5,209). Sum of RGB (Red+Green+Blue) = 180+5+209=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 209 (82.03% from 255 or 53.05% from 394); Max value from RGB is 209 - color contains mainly: blue. Hex color #B405D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B405D1 is #4BFA2E. Grayscale: #4F4F4F. Windows color (decimal): -4979247 or 13698484. OLE color: 13698484.
HSL color Cylindrical-coordinate representation of color #B405D1: hue angle of 291.47º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B405D1 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 5 | 209 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.18 |
| HSL | 291.47º | 0.95% | 0.42% | - |
| HSV(B) | 291.47º | 0.98% | 0.82% | - |
| XYZ | 30.39 | 14.42 | 61.5 | - |
| YUV | 80.58 | 200.48 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 209 | 0.14 | 0.98 | 0 | 0.18 | 291.47 | 0.95 | 0.42 |
| Hex | B4 | 5 | D1 | E | 62 | 0 | 12 | 123 | 5F | 2A |
| Octal | 264 | 5 | 321 | 16 | 142 | 0 | 22 | 443 | 137 | 52 |
| Binary | 10110100 | 101 | 11010001 | 1110 | 1100010 | 0 | 10010 | 100100011 | 1011111 | 101010 |
Color Harmonies of #B405D1
Complementary color
Monochromatic Colors of #B405D1
Black with #B405D1
Text Example
Text Example
White with #B405D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B405D1; }
p { color: rgb(180,5,209); }
H1.HeaderClassName
{
color: #B405D1;
}
.AnyTagClassName
{
color: #B405D1;
}
</style>
background-color css
<style>
a { background-color: #B405D1; }
a { background-color: rgb(180,5,209); }
div.DivClassName
{
background-color: #B405D1;
}
.BgClassName
{
background-color: #B405D1;
}
</style>
border-color css
<style>
span { border-color: #B405D1; }
span { border-color: rgb(180,5,209); }
td.TdClassName
{
border-color: #B405D1;
}
.TagClassName
{
border-color: #B405D1;
}
</style>