Shades of Deep Magenta #B40FBA
Tints of Deep Magenta #B40FBA
RGB
CMYK
RGB Variations
Color information
#B40FBA (or 0xB40FBA) is known color: Deep Magenta. HEX triplet: B4, 0F and BA. RGB value is (180,15,186). Sum of RGB (Red+Green+Blue) = 180+15+186=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #B40FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FBA is #4BF045. Grayscale: #535353. Windows color (decimal): -4976710 or 12193716. OLE color: 12193716.
HSL color Cylindrical-coordinate representation of color #B40FBA: hue angle of 297.89º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40FBA is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 15 | 186 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.27 |
| HSL | 297.89º | 0.85% | 0.39% | - |
| HSV(B) | 297.89º | 0.92% | 0.73% | - |
| XYZ | 27.86 | 13.59 | 47.61 | - |
| YUV | 83.83 | 185.66 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 186 | 0.03 | 0.92 | 0 | 0.27 | 297.89 | 0.85 | 0.39 |
| Hex | B4 | F | BA | 3 | 5C | 0 | 1B | 12A | 55 | 27 |
| Octal | 264 | 17 | 272 | 3 | 134 | 0 | 33 | 452 | 125 | 47 |
| Binary | 10110100 | 1111 | 10111010 | 11 | 1011100 | 0 | 11011 | 100101010 | 1010101 | 100111 |
Color Harmonies of #B40FBA
Complementary color
Monochromatic Colors of #B40FBA
Black with #B40FBA
Text Example
Text Example
White with #B40FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FBA; }
p { color: rgb(180,15,186); }
H1.HeaderClassName
{
color: #B40FBA;
}
.AnyTagClassName
{
color: #B40FBA;
}
</style>
background-color css
<style>
a { background-color: #B40FBA; }
a { background-color: rgb(180,15,186); }
div.DivClassName
{
background-color: #B40FBA;
}
.BgClassName
{
background-color: #B40FBA;
}
</style>
border-color css
<style>
span { border-color: #B40FBA; }
span { border-color: rgb(180,15,186); }
td.TdClassName
{
border-color: #B40FBA;
}
.TagClassName
{
border-color: #B40FBA;
}
</style>