Shades of Deep Magenta #B40DC2
Tints of Deep Magenta #B40DC2
RGB
CMYK
RGB Variations
Color information
#B40DC2 (or 0xB40DC2) is known color: Deep Magenta. HEX triplet: B4, 0D and C2. RGB value is (180,13,194). Sum of RGB (Red+Green+Blue) = 180+13+194=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #B40DC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DC2 is #4BF23D. Grayscale: #535353. Windows color (decimal): -4977214 or 12717492. OLE color: 12717492.
HSL color Cylindrical-coordinate representation of color #B40DC2: hue angle of 295.36º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40DC2 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 13 | 194 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.24 |
| HSL | 295.36º | 0.87% | 0.41% | - |
| HSV(B) | 295.36º | 0.93% | 0.76% | - |
| XYZ | 28.7 | 13.89 | 52.21 | - |
| YUV | 83.57 | 190.33 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 194 | 0.07 | 0.93 | 0 | 0.24 | 295.36 | 0.87 | 0.41 |
| Hex | B4 | D | C2 | 7 | 5D | 0 | 18 | 127 | 57 | 29 |
| Octal | 264 | 15 | 302 | 7 | 135 | 0 | 30 | 447 | 127 | 51 |
| Binary | 10110100 | 1101 | 11000010 | 111 | 1011101 | 0 | 11000 | 100100111 | 1010111 | 101001 |
Color Harmonies of #B40DC2
Complementary color
Monochromatic Colors of #B40DC2
Black with #B40DC2
Text Example
Text Example
White with #B40DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DC2; }
p { color: rgb(180,13,194); }
H1.HeaderClassName
{
color: #B40DC2;
}
.AnyTagClassName
{
color: #B40DC2;
}
</style>
background-color css
<style>
a { background-color: #B40DC2; }
a { background-color: rgb(180,13,194); }
div.DivClassName
{
background-color: #B40DC2;
}
.BgClassName
{
background-color: #B40DC2;
}
</style>
border-color css
<style>
span { border-color: #B40DC2; }
span { border-color: rgb(180,13,194); }
td.TdClassName
{
border-color: #B40DC2;
}
.TagClassName
{
border-color: #B40DC2;
}
</style>