#BC04AB

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

Shades of Deep Magenta #BC04AB

Tints of Deep Magenta #BC04AB

Color information

#BC04AB (or 0xBC04AB) is unknown color: approx Deep Magenta. HEX triplet: BC, 04 and AB. RGB value is (188,4,171). Sum of RGB (Red+Green+Blue) = 188+4+171=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC04AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC04AB is #43FB54. Grayscale: #4D4D4D. Windows color (decimal): -4455253 or 11207868. OLE color: 11207868.

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

Color convert

RGB1884171-
CMYK00.980.090.26
HSL305.54º95.83%37.65%-
HSV(B)305.54º97.87%73.73%-
XYZ28.1313.7239.69-
YUV78.05180.46206.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.79%
GREEN value IS 4 (1.95% from 255) = 1.10%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=51.79%
G=1.10%
B=47.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188417100.980.090.26305.5495.8337.65
HexBC4AB06291A1326026
Octal27442530142113246214046
Binary1011110010010101011011000101001110101001100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC04AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC04AB; }

 p { color: rgb(188,4,171); }

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

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

 a { background-color: rgb(188,4,171); }

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

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

 span { border-color: rgb(188,4,171); }

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