Shades of Deep Magenta #B40BBC
Tints of Deep Magenta #B40BBC
RGB
CMYK
RGB Variations
Color information
#B40BBC (or 0xB40BBC) is known color: Deep Magenta. HEX triplet: B4, 0B and BC. RGB value is (180,11,188). Sum of RGB (Red+Green+Blue) = 180+11+188=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #B40BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40BBC is #4BF443. Grayscale: #515151. Windows color (decimal): -4977732 or 12323764. OLE color: 12323764.
HSL color Cylindrical-coordinate representation of color #B40BBC: hue angle of 297.29º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40BBC is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 11 | 188 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.26 |
| HSL | 297.29º | 0.89% | 0.39% | - |
| HSV(B) | 297.29º | 0.94% | 0.74% | - |
| XYZ | 28.02 | 13.57 | 48.72 | - |
| YUV | 81.71 | 187.99 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 188 | 0.04 | 0.94 | 0 | 0.26 | 297.29 | 0.89 | 0.39 |
| Hex | B4 | B | BC | 4 | 5E | 0 | 1A | 129 | 59 | 27 |
| Octal | 264 | 13 | 274 | 4 | 136 | 0 | 32 | 451 | 131 | 47 |
| Binary | 10110100 | 1011 | 10111100 | 100 | 1011110 | 0 | 11010 | 100101001 | 1011001 | 100111 |
Color Harmonies of #B40BBC
Complementary color
Monochromatic Colors of #B40BBC
Black with #B40BBC
Text Example
Text Example
White with #B40BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BBC; }
p { color: rgb(180,11,188); }
H1.HeaderClassName
{
color: #B40BBC;
}
.AnyTagClassName
{
color: #B40BBC;
}
</style>
background-color css
<style>
a { background-color: #B40BBC; }
a { background-color: rgb(180,11,188); }
div.DivClassName
{
background-color: #B40BBC;
}
.BgClassName
{
background-color: #B40BBC;
}
</style>
border-color css
<style>
span { border-color: #B40BBC; }
span { border-color: rgb(180,11,188); }
td.TdClassName
{
border-color: #B40BBC;
}
.TagClassName
{
border-color: #B40BBC;
}
</style>