Shades of Deep Magenta #B40CC1
Tints of Deep Magenta #B40CC1
RGB
CMYK
RGB Variations
Color information
#B40CC1 (or 0xB40CC1) is known color: Deep Magenta. HEX triplet: B4, 0C and C1. RGB value is (180,12,193). Sum of RGB (Red+Green+Blue) = 180+12+193=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #B40CC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CC1 is #4BF33E. Grayscale: #525252. Windows color (decimal): -4977471 or 12651700. OLE color: 12651700.
HSL color Cylindrical-coordinate representation of color #B40CC1: hue angle of 295.69º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CC1 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 12 | 193 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.24 |
| HSL | 295.69º | 0.88% | 0.4% | - |
| HSV(B) | 295.69º | 0.94% | 0.76% | - |
| XYZ | 28.58 | 13.82 | 51.61 | - |
| YUV | 82.87 | 190.16 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 193 | 0.07 | 0.94 | 0 | 0.24 | 295.69 | 0.88 | 0.4 |
| Hex | B4 | C | C1 | 7 | 5E | 0 | 18 | 128 | 58 | 28 |
| Octal | 264 | 14 | 301 | 7 | 136 | 0 | 30 | 450 | 130 | 50 |
| Binary | 10110100 | 1100 | 11000001 | 111 | 1011110 | 0 | 11000 | 100101000 | 1011000 | 101000 |
Color Harmonies of #B40CC1
Complementary color
Monochromatic Colors of #B40CC1
Black with #B40CC1
Text Example
Text Example
White with #B40CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CC1; }
p { color: rgb(180,12,193); }
H1.HeaderClassName
{
color: #B40CC1;
}
.AnyTagClassName
{
color: #B40CC1;
}
</style>
background-color css
<style>
a { background-color: #B40CC1; }
a { background-color: rgb(180,12,193); }
div.DivClassName
{
background-color: #B40CC1;
}
.BgClassName
{
background-color: #B40CC1;
}
</style>
border-color css
<style>
span { border-color: #B40CC1; }
span { border-color: rgb(180,12,193); }
td.TdClassName
{
border-color: #B40CC1;
}
.TagClassName
{
border-color: #B40CC1;
}
</style>