Shades of Deep Magenta #B40FDA
Tints of Deep Magenta #B40FDA
RGB
CMYK
RGB Variations
Color information
#B40FDA (or 0xB40FDA) is known color: Deep Magenta. HEX triplet: B4, 0F and DA. RGB value is (180,15,218). Sum of RGB (Red+Green+Blue) = 180+15+218=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #B40FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FDA is #4BF025. Grayscale: #565656. Windows color (decimal): -4976678 or 14290868. OLE color: 14290868.
HSL color Cylindrical-coordinate representation of color #B40FDA: hue angle of 288.77º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40FDA is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 15 | 218 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.15 |
| HSL | 288.77º | 0.87% | 0.46% | - |
| HSV(B) | 288.77º | 0.93% | 0.85% | - |
| XYZ | 31.65 | 15.11 | 67.58 | - |
| YUV | 87.48 | 201.66 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 218 | 0.17 | 0.93 | 0 | 0.15 | 288.77 | 0.87 | 0.46 |
| Hex | B4 | F | DA | 11 | 5D | 0 | F | 121 | 57 | 2E |
| Octal | 264 | 17 | 332 | 21 | 135 | 0 | 17 | 441 | 127 | 56 |
| Binary | 10110100 | 1111 | 11011010 | 10001 | 1011101 | 0 | 1111 | 100100001 | 1010111 | 101110 |
Color Harmonies of #B40FDA
Complementary color
Monochromatic Colors of #B40FDA
Black with #B40FDA
Text Example
Text Example
White with #B40FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FDA; }
p { color: rgb(180,15,218); }
H1.HeaderClassName
{
color: #B40FDA;
}
.AnyTagClassName
{
color: #B40FDA;
}
</style>
background-color css
<style>
a { background-color: #B40FDA; }
a { background-color: rgb(180,15,218); }
div.DivClassName
{
background-color: #B40FDA;
}
.BgClassName
{
background-color: #B40FDA;
}
</style>
border-color css
<style>
span { border-color: #B40FDA; }
span { border-color: rgb(180,15,218); }
td.TdClassName
{
border-color: #B40FDA;
}
.TagClassName
{
border-color: #B40FDA;
}
</style>