Shades of Deep Magenta #B40CDA
Tints of Deep Magenta #B40CDA
RGB
CMYK
RGB Variations
Color information
#B40CDA (or 0xB40CDA) is known color: Deep Magenta. HEX triplet: B4, 0C and DA. RGB value is (180,12,218). Sum of RGB (Red+Green+Blue) = 180+12+218=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #B40CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CDA is #4BF325. Grayscale: #555555. Windows color (decimal): -4977446 or 14290100. OLE color: 14290100.
HSL color Cylindrical-coordinate representation of color #B40CDA: hue angle of 288.93º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CDA is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 12 | 218 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.15 |
| HSL | 288.93º | 0.9% | 0.45% | - |
| HSV(B) | 288.93º | 0.94% | 0.85% | - |
| XYZ | 31.61 | 15.03 | 67.56 | - |
| YUV | 85.72 | 202.66 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 218 | 0.17 | 0.94 | 0 | 0.15 | 288.93 | 0.9 | 0.45 |
| Hex | B4 | C | DA | 11 | 5E | 0 | F | 121 | 5A | 2D |
| Octal | 264 | 14 | 332 | 21 | 136 | 0 | 17 | 441 | 132 | 55 |
| Binary | 10110100 | 1100 | 11011010 | 10001 | 1011110 | 0 | 1111 | 100100001 | 1011010 | 101101 |
Color Harmonies of #B40CDA
Complementary color
Monochromatic Colors of #B40CDA
Black with #B40CDA
Text Example
Text Example
White with #B40CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CDA; }
p { color: rgb(180,12,218); }
H1.HeaderClassName
{
color: #B40CDA;
}
.AnyTagClassName
{
color: #B40CDA;
}
</style>
background-color css
<style>
a { background-color: #B40CDA; }
a { background-color: rgb(180,12,218); }
div.DivClassName
{
background-color: #B40CDA;
}
.BgClassName
{
background-color: #B40CDA;
}
</style>
border-color css
<style>
span { border-color: #B40CDA; }
span { border-color: rgb(180,12,218); }
td.TdClassName
{
border-color: #B40CDA;
}
.TagClassName
{
border-color: #B40CDA;
}
</style>