Shades of Deep Magenta #B11AAA
Tints of Deep Magenta #B11AAA
RGB
CMYK
RGB Variations
Color information
#B11AAA (or 0xB11AAA) is known color: Deep Magenta. HEX triplet: B1, 1A and AA. RGB value is (177,26,170). Sum of RGB (Red+Green+Blue) = 177+26+170=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B11AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11AAA is #4EE555. Grayscale: #575757. Windows color (decimal): -5170518 or 11147953. OLE color: 11147953.
HSL color Cylindrical-coordinate representation of color #B11AAA: hue angle of 302.78º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11AAA is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 26 | 170 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.31 |
| HSL | 302.78º | 0.74% | 0.4% | - |
| HSV(B) | 302.78º | 0.85% | 0.69% | - |
| XYZ | 25.76 | 12.99 | 39.18 | - |
| YUV | 87.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 170 | 0 | 0.85 | 0.04 | 0.31 | 302.78 | 0.74 | 0.4 |
| Hex | B1 | 1A | AA | 0 | 55 | 4 | 1F | 12F | 4A | 28 |
| Octal | 261 | 32 | 252 | 0 | 125 | 4 | 37 | 457 | 112 | 50 |
| Binary | 10110001 | 11010 | 10101010 | 0 | 1010101 | 100 | 11111 | 100101111 | 1001010 | 101000 |
Color Harmonies of #B11AAA
Complementary color
Monochromatic Colors of #B11AAA
Black with #B11AAA
Text Example
Text Example
White with #B11AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11AAA; }
p { color: rgb(177,26,170); }
H1.HeaderClassName
{
color: #B11AAA;
}
.AnyTagClassName
{
color: #B11AAA;
}
</style>
background-color css
<style>
a { background-color: #B11AAA; }
a { background-color: rgb(177,26,170); }
div.DivClassName
{
background-color: #B11AAA;
}
.BgClassName
{
background-color: #B11AAA;
}
</style>
border-color css
<style>
span { border-color: #B11AAA; }
span { border-color: rgb(177,26,170); }
td.TdClassName
{
border-color: #B11AAA;
}
.TagClassName
{
border-color: #B11AAA;
}
</style>