Shades of Deep Magenta #B40CC9
Tints of Deep Magenta #B40CC9
RGB
CMYK
RGB Variations
Color information
#B40CC9 (or 0xB40CC9) is known color: Deep Magenta. HEX triplet: B4, 0C and C9. RGB value is (180,12,201). Sum of RGB (Red+Green+Blue) = 180+12+201=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #B40CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CC9 is #4BF336. Grayscale: #535353. Windows color (decimal): -4977463 or 13175988. OLE color: 13175988.
HSL color Cylindrical-coordinate representation of color #B40CC9: hue angle of 293.33º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CC9 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 12 | 201 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.21 |
| HSL | 293.33º | 0.89% | 0.42% | - |
| HSV(B) | 293.33º | 0.94% | 0.79% | - |
| XYZ | 29.5 | 14.18 | 56.44 | - |
| YUV | 83.78 | 194.16 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 201 | 0.10 | 0.94 | 0 | 0.21 | 293.33 | 0.89 | 0.42 |
| Hex | B4 | C | C9 | A | 5E | 0 | 15 | 125 | 59 | 2A |
| Octal | 264 | 14 | 311 | 12 | 136 | 0 | 25 | 445 | 131 | 52 |
| Binary | 10110100 | 1100 | 11001001 | 1010 | 1011110 | 0 | 10101 | 100100101 | 1011001 | 101010 |
Color Harmonies of #B40CC9
Complementary color
Monochromatic Colors of #B40CC9
Black with #B40CC9
Text Example
Text Example
White with #B40CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CC9; }
p { color: rgb(180,12,201); }
H1.HeaderClassName
{
color: #B40CC9;
}
.AnyTagClassName
{
color: #B40CC9;
}
</style>
background-color css
<style>
a { background-color: #B40CC9; }
a { background-color: rgb(180,12,201); }
div.DivClassName
{
background-color: #B40CC9;
}
.BgClassName
{
background-color: #B40CC9;
}
</style>
border-color css
<style>
span { border-color: #B40CC9; }
span { border-color: rgb(180,12,201); }
td.TdClassName
{
border-color: #B40CC9;
}
.TagClassName
{
border-color: #B40CC9;
}
</style>