Shades of Deep Magenta #B40CCC
Tints of Deep Magenta #B40CCC
RGB
CMYK
RGB Variations
Color information
#B40CCC (or 0xB40CCC) is known color: Deep Magenta. HEX triplet: B4, 0C and CC. RGB value is (180,12,204). Sum of RGB (Red+Green+Blue) = 180+12+204=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #B40CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CCC is #4BF333. Grayscale: #535353. Windows color (decimal): -4977460 or 13372596. OLE color: 13372596.
HSL color Cylindrical-coordinate representation of color #B40CCC: hue angle of 292.5º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CCC is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 12 | 204 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.2 |
| HSL | 292.5º | 0.89% | 0.42% | - |
| HSV(B) | 292.5º | 0.94% | 0.8% | - |
| XYZ | 29.85 | 14.33 | 58.32 | - |
| YUV | 84.12 | 195.66 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 204 | 0.12 | 0.94 | 0 | 0.2 | 292.5 | 0.89 | 0.42 |
| Hex | B4 | C | CC | C | 5E | 0 | 14 | 124 | 59 | 2A |
| Octal | 264 | 14 | 314 | 14 | 136 | 0 | 24 | 444 | 131 | 52 |
| Binary | 10110100 | 1100 | 11001100 | 1100 | 1011110 | 0 | 10100 | 100100100 | 1011001 | 101010 |
Color Harmonies of #B40CCC
Complementary color
Monochromatic Colors of #B40CCC
Black with #B40CCC
Text Example
Text Example
White with #B40CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CCC; }
p { color: rgb(180,12,204); }
H1.HeaderClassName
{
color: #B40CCC;
}
.AnyTagClassName
{
color: #B40CCC;
}
</style>
background-color css
<style>
a { background-color: #B40CCC; }
a { background-color: rgb(180,12,204); }
div.DivClassName
{
background-color: #B40CCC;
}
.BgClassName
{
background-color: #B40CCC;
}
</style>
border-color css
<style>
span { border-color: #B40CCC; }
span { border-color: rgb(180,12,204); }
td.TdClassName
{
border-color: #B40CCC;
}
.TagClassName
{
border-color: #B40CCC;
}
</style>