#B11CAC

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

Shades of Deep Magenta #B11CAC

Tints of Deep Magenta #B11CAC

Color information

#B11CAC (or 0xB11CAC) is unknown color: approx Deep Magenta. HEX triplet: B1, 1C and AC. RGB value is (177,28,172). Sum of RGB (Red+Green+Blue) = 177+28+172=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B11CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11CAC is #4EE353. Grayscale: #585858. Windows color (decimal): -5170004 or 11279537. OLE color: 11279537.

HSL color Cylindrical-coordinate representation of color #B11CAC: hue angle of 302.01º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11CAC is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17728172-
CMYK00.840.030.31
HSL302.01º72.68%40.2%-
HSV(B)302.01º84.18%69.41%-
XYZ25.9913.1640.2-
YUV88.97174.86190.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 28 (11.33% from 255) = 7.43%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=46.95%
G=7.43%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772817200.840.030.31302.0172.6840.2
HexB11CAC05431F12e4928
Octal26134254012433745611150
Binary1011000111100101011000101010011111111001011101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11CAC; }

 p { color: rgb(177,28,172); }

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

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

 a { background-color: rgb(177,28,172); }

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

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

 span { border-color: rgb(177,28,172); }

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