#BC16BA

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

Shades of Deep Magenta #BC16BA

Tints of Deep Magenta #BC16BA

Color information

#BC16BA (or 0xBC16BA) is unknown color: approx Deep Magenta. HEX triplet: BC, 16 and BA. RGB value is (188,22,186). Sum of RGB (Red+Green+Blue) = 188+22+186=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16BA is #43E945. Grayscale: #595959. Windows color (decimal): -4450630 or 12195516. OLE color: 12195516.

HSL color Cylindrical-coordinate representation of color #BC16BA: hue angle of 300.72º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC16BA is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB18822186-
CMYK00.880.010.26
HSL300.72º79.05%41.18%-
HSV(B)300.72º88.3%73.73%-
XYZ29.8914.8147.74-
YUV90.33182197.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 22 (8.98% from 255) = 5.56%
BLUE value IS 186 (73.05% from 255) = 46.97%
R=47.47%
G=5.56%
B=46.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882218600.880.010.26300.7279.0541.18
HexBC16BA05811A12d4f29
Octal27426272013013245511751
Binary101111001011010111010010110001110101001011011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC16BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC16BA; }

 p { color: rgb(188,22,186); }

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

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

 a { background-color: rgb(188,22,186); }

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

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

 span { border-color: rgb(188,22,186); }

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