#BC16AD

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

Shades of Deep Magenta #BC16AD

Tints of Deep Magenta #BC16AD

Color information

#BC16AD (or 0xBC16AD) is unknown color: approx Deep Magenta. HEX triplet: BC, 16 and AD. RGB value is (188,22,173). Sum of RGB (Red+Green+Blue) = 188+22+173=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC16AD is #43E952. Grayscale: #585858. Windows color (decimal): -4450643 or 11343548. OLE color: 11343548.

HSL color Cylindrical-coordinate representation of color #BC16AD: hue angle of 305.42º 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 #BC16AD is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB18822173-
CMYK00.880.080.26
HSL305.42º79.05%41.18%-
HSV(B)305.42º88.3%73.73%-
XYZ28.5714.2840.79-
YUV88.85175.5198.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 22 (8.98% from 255) = 5.74%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=49.09%
G=5.74%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882217300.880.080.26305.4279.0541.18
HexBC16AD05881A1314f29
Octal274262550130103246111751
Binary101111001011010101101010110001000110101001100011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC16AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC16AD; }

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

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

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

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

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

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

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

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