Shades of Deep Magenta #B40FB0
Tints of Deep Magenta #B40FB0
RGB
CMYK
RGB Variations
Color information
#B40FB0 (or 0xB40FB0) is known color: Deep Magenta. HEX triplet: B4, 0F and B0. RGB value is (180,15,176). Sum of RGB (Red+Green+Blue) = 180+15+176=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B40FB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40FB0 is #4BF04F. Grayscale: #525252. Windows color (decimal): -4976720 or 11538356. OLE color: 11538356.
HSL color Cylindrical-coordinate representation of color #B40FB0: hue angle of 301.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40FB0 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 176 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.29 |
| HSL | 301.45º | 0.85% | 0.38% | - |
| HSV(B) | 301.45º | 0.92% | 0.71% | - |
| XYZ | 26.83 | 13.18 | 42.2 | - |
| YUV | 82.69 | 180.66 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 176 | 0 | 0.92 | 0.02 | 0.29 | 301.45 | 0.85 | 0.38 |
| Hex | B4 | F | B0 | 0 | 5C | 2 | 1D | 12D | 55 | 26 |
| Octal | 264 | 17 | 260 | 0 | 134 | 2 | 35 | 455 | 125 | 46 |
| Binary | 10110100 | 1111 | 10110000 | 0 | 1011100 | 10 | 11101 | 100101101 | 1010101 | 100110 |
Color Harmonies of #B40FB0
Complementary color
Monochromatic Colors of #B40FB0
Black with #B40FB0
Text Example
Text Example
White with #B40FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FB0; }
p { color: rgb(180,15,176); }
H1.HeaderClassName
{
color: #B40FB0;
}
.AnyTagClassName
{
color: #B40FB0;
}
</style>
background-color css
<style>
a { background-color: #B40FB0; }
a { background-color: rgb(180,15,176); }
div.DivClassName
{
background-color: #B40FB0;
}
.BgClassName
{
background-color: #B40FB0;
}
</style>
border-color css
<style>
span { border-color: #B40FB0; }
span { border-color: rgb(180,15,176); }
td.TdClassName
{
border-color: #B40FB0;
}
.TagClassName
{
border-color: #B40FB0;
}
</style>