Shades of Deep Magenta #B40CDD
Tints of Deep Magenta #B40CDD
RGB
CMYK
RGB Variations
Color information
#B40CDD (or 0xB40CDD) is known color: Deep Magenta. HEX triplet: B4, 0C and DD. RGB value is (180,12,221). Sum of RGB (Red+Green+Blue) = 180+12+221=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #B40CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CDD is #4BF322. Grayscale: #555555. Windows color (decimal): -4977443 or 14486708. OLE color: 14486708.
HSL color Cylindrical-coordinate representation of color #B40CDD: hue angle of 288.23º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40CDD is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 12 | 221 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.13 |
| HSL | 288.23º | 0.9% | 0.46% | - |
| HSV(B) | 288.23º | 0.95% | 0.87% | - |
| XYZ | 32.01 | 15.19 | 69.65 | - |
| YUV | 86.06 | 204.16 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 221 | 0.19 | 0.95 | 0 | 0.13 | 288.23 | 0.9 | 0.46 |
| Hex | B4 | C | DD | 13 | 5F | 0 | D | 120 | 5A | 2E |
| Octal | 264 | 14 | 335 | 23 | 137 | 0 | 15 | 440 | 132 | 56 |
| Binary | 10110100 | 1100 | 11011101 | 10011 | 1011111 | 0 | 1101 | 100100000 | 1011010 | 101110 |
Color Harmonies of #B40CDD
Complementary color
Monochromatic Colors of #B40CDD
Black with #B40CDD
Text Example
Text Example
White with #B40CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CDD; }
p { color: rgb(180,12,221); }
H1.HeaderClassName
{
color: #B40CDD;
}
.AnyTagClassName
{
color: #B40CDD;
}
</style>
background-color css
<style>
a { background-color: #B40CDD; }
a { background-color: rgb(180,12,221); }
div.DivClassName
{
background-color: #B40CDD;
}
.BgClassName
{
background-color: #B40CDD;
}
</style>
border-color css
<style>
span { border-color: #B40CDD; }
span { border-color: rgb(180,12,221); }
td.TdClassName
{
border-color: #B40CDD;
}
.TagClassName
{
border-color: #B40CDD;
}
</style>