#BC5AAB

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

Shades of Fuchsia #BC5AAB

Tints of Fuchsia #BC5AAB

Color information

#BC5AAB (or 0xBC5AAB) is unknown color: approx Fuchsia. HEX triplet: BC, 5A and AB. RGB value is (188,90,171). Sum of RGB (Red+Green+Blue) = 188+90+171=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5AAB is #43A554. Grayscale: #808080. Windows color (decimal): -4433237 or 11229884. OLE color: 11229884.

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

Color convert

RGB18890171-
CMYK00.520.090.26
HSL310.41º42.24%54.51%-
HSV(B)310.41º52.13%73.73%-
XYZ31.7520.9440.9-
YUV128.54151.97170.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 90 (35.55% from 255) = 20.04%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=41.87%
G=20.04%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889017100.520.090.26310.4142.2454.51
HexBC5AAB03491A1362a37
Octal27413225306411324665267
Binary101111001011010101010110110100100111010100110110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5AAB; }

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

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

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

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

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

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

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

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