#B11BAA

Color #B11BAA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B11BAA

Tints of Deep Magenta #B11BAA

Color information

#B11BAA (or 0xB11BAA) is unknown color: approx Deep Magenta. HEX triplet: B1, 1B and AA. RGB value is (177,27,170). Sum of RGB (Red+Green+Blue) = 177+27+170=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B11BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11BAA is #4EE455. Grayscale: #575757. Windows color (decimal): -5170262 or 11148209. OLE color: 11148209.

HSL color Cylindrical-coordinate representation of color #B11BAA: hue angle of 302.8º 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 #B11BAA is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17727170-
CMYK00.850.040.31
HSL302.8º73.53%40%-
HSV(B)302.8º84.75%69.41%-
XYZ25.7813.0339.19-
YUV88.15174.2191.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 27 (10.94% from 255) = 7.22%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=47.33%
G=7.22%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772717000.850.040.31302.873.5340
HexB11BAA05541F12f4a28
Octal26133252012543745711250
Binary10110001110111010101001010101100111111001011111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11BAA; }

 p { color: rgb(177,27,170); }

 H1.HeaderClassName
 {
   color: #B11BAA;
 }
 .AnyTagClassName
 {
   color: #B11BAA;
 }
</style>
background-color css

<style>
 a { background-color: #B11BAA; }

 a { background-color: rgb(177,27,170); }

 div.DivClassName
 {
   background-color: #B11BAA;
 }
 .BgClassName
 {
   background-color: #B11BAA;
 }
</style>
border-color css

<style>
 span { border-color: #B11BAA; }

 span { border-color: rgb(177,27,170); }

 td.TdClassName
 {
   border-color: #B11BAA;
 }
 .TagClassName
 {
   border-color: #B11BAA;
 }
</style>