Shades of Deep Magenta #B40CCF
Tints of Deep Magenta #B40CCF
RGB
CMYK
RGB Variations
Color information
#B40CCF (or 0xB40CCF) is known color: Deep Magenta. HEX triplet: B4, 0C and CF. RGB value is (180,12,207). Sum of RGB (Red+Green+Blue) = 180+12+207=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #B40CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CCF is #4BF330. Grayscale: #535353. Windows color (decimal): -4977457 or 13569204. OLE color: 13569204.
HSL color Cylindrical-coordinate representation of color #B40CCF: hue angle of 291.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CCF is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 12 | 207 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.19 |
| HSL | 291.69º | 0.89% | 0.43% | - |
| HSV(B) | 291.69º | 0.94% | 0.81% | - |
| XYZ | 30.22 | 14.47 | 60.23 | - |
| YUV | 84.46 | 197.16 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 207 | 0.13 | 0.94 | 0 | 0.19 | 291.69 | 0.89 | 0.43 |
| Hex | B4 | C | CF | D | 5E | 0 | 13 | 124 | 59 | 2B |
| Octal | 264 | 14 | 317 | 15 | 136 | 0 | 23 | 444 | 131 | 53 |
| Binary | 10110100 | 1100 | 11001111 | 1101 | 1011110 | 0 | 10011 | 100100100 | 1011001 | 101011 |
Color Harmonies of #B40CCF
Complementary color
Monochromatic Colors of #B40CCF
Black with #B40CCF
Text Example
Text Example
White with #B40CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CCF; }
p { color: rgb(180,12,207); }
H1.HeaderClassName
{
color: #B40CCF;
}
.AnyTagClassName
{
color: #B40CCF;
}
</style>
background-color css
<style>
a { background-color: #B40CCF; }
a { background-color: rgb(180,12,207); }
div.DivClassName
{
background-color: #B40CCF;
}
.BgClassName
{
background-color: #B40CCF;
}
</style>
border-color css
<style>
span { border-color: #B40CCF; }
span { border-color: rgb(180,12,207); }
td.TdClassName
{
border-color: #B40CCF;
}
.TagClassName
{
border-color: #B40CCF;
}
</style>