Shades of Deep Magenta #B405D0
Tints of Deep Magenta #B405D0
RGB
CMYK
RGB Variations
Color information
#B405D0 (or 0xB405D0) is known color: Deep Magenta. HEX triplet: B4, 05 and D0. RGB value is (180,5,208). Sum of RGB (Red+Green+Blue) = 180+5+208=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #B405D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B405D0 is #4BFA2F. Grayscale: #4F4F4F. Windows color (decimal): -4979248 or 13632948. OLE color: 13632948.
HSL color Cylindrical-coordinate representation of color #B405D0: hue angle of 291.72º 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 #B405D0 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 5 | 208 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.18 |
| HSL | 291.72º | 0.95% | 0.42% | - |
| HSV(B) | 291.72º | 0.98% | 0.82% | - |
| XYZ | 30.26 | 14.37 | 60.85 | - |
| YUV | 80.47 | 199.98 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 208 | 0.13 | 0.98 | 0 | 0.18 | 291.72 | 0.95 | 0.42 |
| Hex | B4 | 5 | D0 | D | 62 | 0 | 12 | 124 | 5F | 2A |
| Octal | 264 | 5 | 320 | 15 | 142 | 0 | 22 | 444 | 137 | 52 |
| Binary | 10110100 | 101 | 11010000 | 1101 | 1100010 | 0 | 10010 | 100100100 | 1011111 | 101010 |
Color Harmonies of #B405D0
Complementary color
Monochromatic Colors of #B405D0
Black with #B405D0
Text Example
Text Example
White with #B405D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B405D0; }
p { color: rgb(180,5,208); }
H1.HeaderClassName
{
color: #B405D0;
}
.AnyTagClassName
{
color: #B405D0;
}
</style>
background-color css
<style>
a { background-color: #B405D0; }
a { background-color: rgb(180,5,208); }
div.DivClassName
{
background-color: #B405D0;
}
.BgClassName
{
background-color: #B405D0;
}
</style>
border-color css
<style>
span { border-color: #B405D0; }
span { border-color: rgb(180,5,208); }
td.TdClassName
{
border-color: #B405D0;
}
.TagClassName
{
border-color: #B405D0;
}
</style>