Shades of Deep Magenta #B11AC0
Tints of Deep Magenta #B11AC0
RGB
CMYK
RGB Variations
Color information
#B11AC0 (or 0xB11AC0) is known color: Deep Magenta. HEX triplet: B1, 1A and C0. RGB value is (177,26,192). Sum of RGB (Red+Green+Blue) = 177+26+192=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #B11AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11AC0 is #4EE53F. Grayscale: #595959. Windows color (decimal): -5170496 or 12589745. OLE color: 12589745.
HSL color Cylindrical-coordinate representation of color #B11AC0: hue angle of 294.58º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11AC0 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 26 | 192 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.25 |
| HSL | 294.58º | 0.76% | 0.43% | - |
| HSV(B) | 294.58º | 0.86% | 0.75% | - |
| XYZ | 28.02 | 13.89 | 51.07 | - |
| YUV | 90.07 | 185.53 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 192 | 0.08 | 0.86 | 0 | 0.25 | 294.58 | 0.76 | 0.43 |
| Hex | B1 | 1A | C0 | 8 | 56 | 0 | 19 | 127 | 4C | 2B |
| Octal | 261 | 32 | 300 | 10 | 126 | 0 | 31 | 447 | 114 | 53 |
| Binary | 10110001 | 11010 | 11000000 | 1000 | 1010110 | 0 | 11001 | 100100111 | 1001100 | 101011 |
Color Harmonies of #B11AC0
Complementary color
Monochromatic Colors of #B11AC0
Black with #B11AC0
Text Example
Text Example
White with #B11AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11AC0; }
p { color: rgb(177,26,192); }
H1.HeaderClassName
{
color: #B11AC0;
}
.AnyTagClassName
{
color: #B11AC0;
}
</style>
background-color css
<style>
a { background-color: #B11AC0; }
a { background-color: rgb(177,26,192); }
div.DivClassName
{
background-color: #B11AC0;
}
.BgClassName
{
background-color: #B11AC0;
}
</style>
border-color css
<style>
span { border-color: #B11AC0; }
span { border-color: rgb(177,26,192); }
td.TdClassName
{
border-color: #B11AC0;
}
.TagClassName
{
border-color: #B11AC0;
}
</style>