Shades of Deep Magenta #B40FCC
Tints of Deep Magenta #B40FCC
RGB
CMYK
RGB Variations
Color information
#B40FCC (or 0xB40FCC) is known color: Deep Magenta. HEX triplet: B4, 0F and CC. RGB value is (180,15,204). Sum of RGB (Red+Green+Blue) = 180+15+204=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #B40FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FCC is #4BF033. Grayscale: #555555. Windows color (decimal): -4976692 or 13373364. OLE color: 13373364.
HSL color Cylindrical-coordinate representation of color #B40FCC: hue angle of 292.38º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40FCC is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 15 | 204 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.2 |
| HSL | 292.38º | 0.86% | 0.43% | - |
| HSV(B) | 292.38º | 0.93% | 0.8% | - |
| XYZ | 29.89 | 14.4 | 58.33 | - |
| YUV | 85.88 | 194.66 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 204 | 0.12 | 0.93 | 0 | 0.2 | 292.38 | 0.86 | 0.43 |
| Hex | B4 | F | CC | C | 5D | 0 | 14 | 124 | 56 | 2B |
| Octal | 264 | 17 | 314 | 14 | 135 | 0 | 24 | 444 | 126 | 53 |
| Binary | 10110100 | 1111 | 11001100 | 1100 | 1011101 | 0 | 10100 | 100100100 | 1010110 | 101011 |
Color Harmonies of #B40FCC
Complementary color
Monochromatic Colors of #B40FCC
Black with #B40FCC
Text Example
Text Example
White with #B40FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FCC; }
p { color: rgb(180,15,204); }
H1.HeaderClassName
{
color: #B40FCC;
}
.AnyTagClassName
{
color: #B40FCC;
}
</style>
background-color css
<style>
a { background-color: #B40FCC; }
a { background-color: rgb(180,15,204); }
div.DivClassName
{
background-color: #B40FCC;
}
.BgClassName
{
background-color: #B40FCC;
}
</style>
border-color css
<style>
span { border-color: #B40FCC; }
span { border-color: rgb(180,15,204); }
td.TdClassName
{
border-color: #B40FCC;
}
.TagClassName
{
border-color: #B40FCC;
}
</style>