Shades of Deep Magenta #B411BC
Tints of Deep Magenta #B411BC
RGB
CMYK
RGB Variations
Color information
#B411BC (or 0xB411BC) is known color: Deep Magenta. HEX triplet: B4, 11 and BC. RGB value is (180,17,188). Sum of RGB (Red+Green+Blue) = 180+17+188=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #B411BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B411BC is #4BEE43. Grayscale: #545454. Windows color (decimal): -4976196 or 12325300. OLE color: 12325300.
HSL color Cylindrical-coordinate representation of color #B411BC: hue angle of 297.19º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B411BC is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 17 | 188 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.26 |
| HSL | 297.19º | 0.83% | 0.4% | - |
| HSV(B) | 297.19º | 0.91% | 0.74% | - |
| XYZ | 28.1 | 13.74 | 48.75 | - |
| YUV | 85.23 | 186 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 188 | 0.04 | 0.91 | 0 | 0.26 | 297.19 | 0.83 | 0.4 |
| Hex | B4 | 11 | BC | 4 | 5B | 0 | 1A | 129 | 53 | 28 |
| Octal | 264 | 21 | 274 | 4 | 133 | 0 | 32 | 451 | 123 | 50 |
| Binary | 10110100 | 10001 | 10111100 | 100 | 1011011 | 0 | 11010 | 100101001 | 1010011 | 101000 |
Color Harmonies of #B411BC
Complementary color
Monochromatic Colors of #B411BC
Black with #B411BC
Text Example
Text Example
White with #B411BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B411BC; }
p { color: rgb(180,17,188); }
H1.HeaderClassName
{
color: #B411BC;
}
.AnyTagClassName
{
color: #B411BC;
}
</style>
background-color css
<style>
a { background-color: #B411BC; }
a { background-color: rgb(180,17,188); }
div.DivClassName
{
background-color: #B411BC;
}
.BgClassName
{
background-color: #B411BC;
}
</style>
border-color css
<style>
span { border-color: #B411BC; }
span { border-color: rgb(180,17,188); }
td.TdClassName
{
border-color: #B411BC;
}
.TagClassName
{
border-color: #B411BC;
}
</style>