#BC17AD

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

Shades of Deep Magenta #BC17AD

Tints of Deep Magenta #BC17AD

Color information

#BC17AD (or 0xBC17AD) is unknown color: approx Deep Magenta. HEX triplet: BC, 17 and AD. RGB value is (188,23,173). Sum of RGB (Red+Green+Blue) = 188+23+173=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC17AD is #43E852. Grayscale: #595959. Windows color (decimal): -4450387 or 11343804. OLE color: 11343804.

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

Color convert

RGB18823173-
CMYK00.880.080.26
HSL305.45º78.2%41.37%-
HSV(B)305.45º87.77%73.73%-
XYZ28.5914.3240.79-
YUV89.44175.16198.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 23 (9.38% from 255) = 5.99%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=48.96%
G=5.99%
B=45.05%

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
Decimal1882317300.880.080.26305.4578.241.37
HexBC17AD05881A1314e29
Octal274272550130103246111651
Binary101111001011110101101010110001000110101001100011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC17AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC17AD; }

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

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

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

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

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

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

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

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