#BC08AC

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

Shades of Deep Magenta #BC08AC

Tints of Deep Magenta #BC08AC

Color information

#BC08AC (or 0xBC08AC) is unknown color: approx Deep Magenta. HEX triplet: BC, 08 and AC. RGB value is (188,8,172). Sum of RGB (Red+Green+Blue) = 188+8+172=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC08AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC08AC is #43F753. Grayscale: #505050. Windows color (decimal): -4454228 or 11274428. OLE color: 11274428.

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

Color convert

RGB1888172-
CMYK00.960.090.26
HSL305.33º91.84%38.43%-
HSV(B)305.33º95.74%73.73%-
XYZ28.2713.8440.21-
YUV80.52179.63204.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 8 (3.52% from 255) = 2.17%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=51.09%
G=2.17%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188817200.960.090.26305.3391.8438.43
HexBC8AC06091A1315c26
Octal274102540140113246113446
Binary10111100100010101100011000001001110101001100011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC08AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC08AC; }

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

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

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

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

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

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

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

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