Shades of Deep Magenta #B40CBB
Tints of Deep Magenta #B40CBB
RGB
CMYK
RGB Variations
Color information
#B40CBB (or 0xB40CBB) is known color: Deep Magenta. HEX triplet: B4, 0C and BB. RGB value is (180,12,187). Sum of RGB (Red+Green+Blue) = 180+12+187=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #B40CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CBB is #4BF344. Grayscale: #515151. Windows color (decimal): -4977477 or 12258484. OLE color: 12258484.
HSL color Cylindrical-coordinate representation of color #B40CBB: hue angle of 297.6º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CBB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 12 | 187 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.27 |
| HSL | 297.6º | 0.88% | 0.39% | - |
| HSV(B) | 297.6º | 0.94% | 0.73% | - |
| XYZ | 27.92 | 13.55 | 48.16 | - |
| YUV | 82.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 187 | 0.04 | 0.94 | 0 | 0.27 | 297.6 | 0.88 | 0.39 |
| Hex | B4 | C | BB | 4 | 5E | 0 | 1B | 12A | 58 | 27 |
| Octal | 264 | 14 | 273 | 4 | 136 | 0 | 33 | 452 | 130 | 47 |
| Binary | 10110100 | 1100 | 10111011 | 100 | 1011110 | 0 | 11011 | 100101010 | 1011000 | 100111 |
Color Harmonies of #B40CBB
Complementary color
Monochromatic Colors of #B40CBB
Black with #B40CBB
Text Example
Text Example
White with #B40CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CBB; }
p { color: rgb(180,12,187); }
H1.HeaderClassName
{
color: #B40CBB;
}
.AnyTagClassName
{
color: #B40CBB;
}
</style>
background-color css
<style>
a { background-color: #B40CBB; }
a { background-color: rgb(180,12,187); }
div.DivClassName
{
background-color: #B40CBB;
}
.BgClassName
{
background-color: #B40CBB;
}
</style>
border-color css
<style>
span { border-color: #B40CBB; }
span { border-color: rgb(180,12,187); }
td.TdClassName
{
border-color: #B40CBB;
}
.TagClassName
{
border-color: #B40CBB;
}
</style>