Shades of Deep Magenta #B40FBC
Tints of Deep Magenta #B40FBC
RGB
CMYK
RGB Variations
Color information
#B40FBC (or 0xB40FBC) is known color: Deep Magenta. HEX triplet: B4, 0F and BC. RGB value is (180,15,188). Sum of RGB (Red+Green+Blue) = 180+15+188=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #B40FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FBC is #4BF043. Grayscale: #535353. Windows color (decimal): -4976708 or 12324788. OLE color: 12324788.
HSL color Cylindrical-coordinate representation of color #B40FBC: hue angle of 297.23º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40FBC is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 15 | 188 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.26 |
| HSL | 297.23º | 0.85% | 0.4% | - |
| HSV(B) | 297.23º | 0.92% | 0.74% | - |
| XYZ | 28.07 | 13.68 | 48.74 | - |
| YUV | 84.06 | 186.66 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 188 | 0.04 | 0.92 | 0 | 0.26 | 297.23 | 0.85 | 0.4 |
| Hex | B4 | F | BC | 4 | 5C | 0 | 1A | 129 | 55 | 28 |
| Octal | 264 | 17 | 274 | 4 | 134 | 0 | 32 | 451 | 125 | 50 |
| Binary | 10110100 | 1111 | 10111100 | 100 | 1011100 | 0 | 11010 | 100101001 | 1010101 | 101000 |
Color Harmonies of #B40FBC
Complementary color
Monochromatic Colors of #B40FBC
Black with #B40FBC
Text Example
Text Example
White with #B40FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FBC; }
p { color: rgb(180,15,188); }
H1.HeaderClassName
{
color: #B40FBC;
}
.AnyTagClassName
{
color: #B40FBC;
}
</style>
background-color css
<style>
a { background-color: #B40FBC; }
a { background-color: rgb(180,15,188); }
div.DivClassName
{
background-color: #B40FBC;
}
.BgClassName
{
background-color: #B40FBC;
}
</style>
border-color css
<style>
span { border-color: #B40FBC; }
span { border-color: rgb(180,15,188); }
td.TdClassName
{
border-color: #B40FBC;
}
.TagClassName
{
border-color: #B40FBC;
}
</style>