#BC52AA

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

Shades of Fuchsia #BC52AA

Tints of Fuchsia #BC52AA

Color information

#BC52AA (or 0xBC52AA) is unknown color: approx Fuchsia. HEX triplet: BC, 52 and AA. RGB value is (188,82,170). Sum of RGB (Red+Green+Blue) = 188+82+170=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC52AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC52AA is #43AD55. Grayscale: #7B7B7B. Windows color (decimal): -4435286 or 11162300. OLE color: 11162300.

HSL color Cylindrical-coordinate representation of color #BC52AA: hue angle of 310.19º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC52AA is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB18882170-
CMYK00.560.100.26
HSL310.19º44.17%52.94%-
HSV(B)310.19º56.38%73.73%-
XYZ31.0119.6340.18-
YUV123.73154.12173.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 82 (32.42% from 255) = 18.64%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=42.73%
G=18.64%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888217000.560.100.26310.1944.1752.94
HexBC52AA038A1A1362c35
Octal27412225207012324665465
Binary101111001010010101010100111000101011010100110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC52AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC52AA; }

 p { color: rgb(188,82,170); }

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

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

 a { background-color: rgb(188,82,170); }

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

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

 span { border-color: rgb(188,82,170); }

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