Shades of Deep Magenta #B40FC6
Tints of Deep Magenta #B40FC6
RGB
CMYK
RGB Variations
Color information
#B40FC6 (or 0xB40FC6) is known color: Deep Magenta. HEX triplet: B4, 0F and C6. RGB value is (180,15,198). Sum of RGB (Red+Green+Blue) = 180+15+198=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #B40FC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FC6 is #4BF039. Grayscale: #545454. Windows color (decimal): -4976698 or 12980148. OLE color: 12980148.
HSL color Cylindrical-coordinate representation of color #B40FC6: hue angle of 294.1º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40FC6 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 15 | 198 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.22 |
| HSL | 294.1º | 0.86% | 0.42% | - |
| HSV(B) | 294.1º | 0.92% | 0.78% | - |
| XYZ | 29.19 | 14.12 | 54.61 | - |
| YUV | 85.2 | 191.66 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 198 | 0.09 | 0.92 | 0 | 0.22 | 294.1 | 0.86 | 0.42 |
| Hex | B4 | F | C6 | 9 | 5C | 0 | 16 | 126 | 56 | 2A |
| Octal | 264 | 17 | 306 | 11 | 134 | 0 | 26 | 446 | 126 | 52 |
| Binary | 10110100 | 1111 | 11000110 | 1001 | 1011100 | 0 | 10110 | 100100110 | 1010110 | 101010 |
Color Harmonies of #B40FC6
Complementary color
Monochromatic Colors of #B40FC6
Black with #B40FC6
Text Example
Text Example
White with #B40FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FC6; }
p { color: rgb(180,15,198); }
H1.HeaderClassName
{
color: #B40FC6;
}
.AnyTagClassName
{
color: #B40FC6;
}
</style>
background-color css
<style>
a { background-color: #B40FC6; }
a { background-color: rgb(180,15,198); }
div.DivClassName
{
background-color: #B40FC6;
}
.BgClassName
{
background-color: #B40FC6;
}
</style>
border-color css
<style>
span { border-color: #B40FC6; }
span { border-color: rgb(180,15,198); }
td.TdClassName
{
border-color: #B40FC6;
}
.TagClassName
{
border-color: #B40FC6;
}
</style>