Shades of Deep Magenta #B40BDE
Tints of Deep Magenta #B40BDE
RGB
CMYK
RGB Variations
Color information
#B40BDE (or 0xB40BDE) is known color: Deep Magenta. HEX triplet: B4, 0B and DE. RGB value is (180,11,222). Sum of RGB (Red+Green+Blue) = 180+11+222=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #B40BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40BDE is #4BF421. Grayscale: #545454. Windows color (decimal): -4977698 or 14551988. OLE color: 14551988.
HSL color Cylindrical-coordinate representation of color #B40BDE: hue angle of 288.06º degrees, saturation: 0.91, 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 #B40BDE is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 11 | 222 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.13 |
| HSL | 288.06º | 0.91% | 0.46% | - |
| HSV(B) | 288.06º | 0.95% | 0.87% | - |
| XYZ | 32.13 | 15.22 | 70.35 | - |
| YUV | 85.59 | 204.99 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 222 | 0.19 | 0.95 | 0 | 0.13 | 288.06 | 0.91 | 0.46 |
| Hex | B4 | B | DE | 13 | 5F | 0 | D | 120 | 5B | 2E |
| Octal | 264 | 13 | 336 | 23 | 137 | 0 | 15 | 440 | 133 | 56 |
| Binary | 10110100 | 1011 | 11011110 | 10011 | 1011111 | 0 | 1101 | 100100000 | 1011011 | 101110 |
Color Harmonies of #B40BDE
Complementary color
Monochromatic Colors of #B40BDE
Black with #B40BDE
Text Example
Text Example
White with #B40BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BDE; }
p { color: rgb(180,11,222); }
H1.HeaderClassName
{
color: #B40BDE;
}
.AnyTagClassName
{
color: #B40BDE;
}
</style>
background-color css
<style>
a { background-color: #B40BDE; }
a { background-color: rgb(180,11,222); }
div.DivClassName
{
background-color: #B40BDE;
}
.BgClassName
{
background-color: #B40BDE;
}
</style>
border-color css
<style>
span { border-color: #B40BDE; }
span { border-color: rgb(180,11,222); }
td.TdClassName
{
border-color: #B40BDE;
}
.TagClassName
{
border-color: #B40BDE;
}
</style>