#BC11AC

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

Shades of Deep Magenta #BC11AC

Tints of Deep Magenta #BC11AC

Color information

#BC11AC (or 0xBC11AC) is unknown color: approx Deep Magenta. HEX triplet: BC, 11 and AC. RGB value is (188,17,172). Sum of RGB (Red+Green+Blue) = 188+17+172=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC11AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC11AC is #43EE53. Grayscale: #555555. Windows color (decimal): -4451924 or 11276732. OLE color: 11276732.

HSL color Cylindrical-coordinate representation of color #BC11AC: hue angle of 305.61º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC11AC is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18817172-
CMYK00.910.090.26
HSL305.61º83.41%40.2%-
HSV(B)305.61º90.96%73.73%-
XYZ28.3914.0740.25-
YUV85.8176.65200.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 17 (7.03% from 255) = 4.51%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=49.87%
G=4.51%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881717200.910.090.26305.6183.4140.2
HexBC11AC05B91A1325328
Octal274212540133113246212350
Binary101111001000110101100010110111001110101001100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC11AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC11AC; }

 p { color: rgb(188,17,172); }

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

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

 a { background-color: rgb(188,17,172); }

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

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

 span { border-color: rgb(188,17,172); }

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