Shades of Deep Magenta #B411BB
Tints of Deep Magenta #B411BB
RGB
CMYK
RGB Variations
Color information
#B411BB (or 0xB411BB) is known color: Deep Magenta. HEX triplet: B4, 11 and BB. RGB value is (180,17,187). Sum of RGB (Red+Green+Blue) = 180+17+187=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #B411BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B411BB is #4BEE44. Grayscale: #545454. Windows color (decimal): -4976197 or 12259764. OLE color: 12259764.
HSL color Cylindrical-coordinate representation of color #B411BB: hue angle of 297.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B411BB is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 17 | 187 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.27 |
| HSL | 297.53º | 0.83% | 0.4% | - |
| HSV(B) | 297.53º | 0.91% | 0.73% | - |
| XYZ | 27.99 | 13.69 | 48.18 | - |
| YUV | 85.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 187 | 0.04 | 0.91 | 0 | 0.27 | 297.53 | 0.83 | 0.4 |
| Hex | B4 | 11 | BB | 4 | 5B | 0 | 1B | 12A | 53 | 28 |
| Octal | 264 | 21 | 273 | 4 | 133 | 0 | 33 | 452 | 123 | 50 |
| Binary | 10110100 | 10001 | 10111011 | 100 | 1011011 | 0 | 11011 | 100101010 | 1010011 | 101000 |
Color Harmonies of #B411BB
Complementary color
Monochromatic Colors of #B411BB
Black with #B411BB
Text Example
Text Example
White with #B411BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B411BB; }
p { color: rgb(180,17,187); }
H1.HeaderClassName
{
color: #B411BB;
}
.AnyTagClassName
{
color: #B411BB;
}
</style>
background-color css
<style>
a { background-color: #B411BB; }
a { background-color: rgb(180,17,187); }
div.DivClassName
{
background-color: #B411BB;
}
.BgClassName
{
background-color: #B411BB;
}
</style>
border-color css
<style>
span { border-color: #B411BB; }
span { border-color: rgb(180,17,187); }
td.TdClassName
{
border-color: #B411BB;
}
.TagClassName
{
border-color: #B411BB;
}
</style>