Shades of Deep Magenta #B40BDA
Tints of Deep Magenta #B40BDA
RGB
CMYK
RGB Variations
Color information
#B40BDA (or 0xB40BDA) is known color: Deep Magenta. HEX triplet: B4, 0B and DA. RGB value is (180,11,218). Sum of RGB (Red+Green+Blue) = 180+11+218=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #B40BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40BDA is #4BF425. Grayscale: #545454. Windows color (decimal): -4977702 or 14289844. OLE color: 14289844.
HSL color Cylindrical-coordinate representation of color #B40BDA: hue angle of 288.99º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40BDA is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 11 | 218 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.15 |
| HSL | 288.99º | 0.9% | 0.45% | - |
| HSV(B) | 288.99º | 0.95% | 0.85% | - |
| XYZ | 31.6 | 15 | 67.56 | - |
| YUV | 85.13 | 202.99 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 218 | 0.17 | 0.95 | 0 | 0.15 | 288.99 | 0.9 | 0.45 |
| Hex | B4 | B | DA | 11 | 5F | 0 | F | 121 | 5A | 2D |
| Octal | 264 | 13 | 332 | 21 | 137 | 0 | 17 | 441 | 132 | 55 |
| Binary | 10110100 | 1011 | 11011010 | 10001 | 1011111 | 0 | 1111 | 100100001 | 1011010 | 101101 |
Color Harmonies of #B40BDA
Complementary color
Monochromatic Colors of #B40BDA
Black with #B40BDA
Text Example
Text Example
White with #B40BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BDA; }
p { color: rgb(180,11,218); }
H1.HeaderClassName
{
color: #B40BDA;
}
.AnyTagClassName
{
color: #B40BDA;
}
</style>
background-color css
<style>
a { background-color: #B40BDA; }
a { background-color: rgb(180,11,218); }
div.DivClassName
{
background-color: #B40BDA;
}
.BgClassName
{
background-color: #B40BDA;
}
</style>
border-color css
<style>
span { border-color: #B40BDA; }
span { border-color: rgb(180,11,218); }
td.TdClassName
{
border-color: #B40BDA;
}
.TagClassName
{
border-color: #B40BDA;
}
</style>