#BC39AA

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

Shades of Fuchsia #BC39AA

Tints of Fuchsia #BC39AA

Color information

#BC39AA (or 0xBC39AA) is unknown color: approx Fuchsia. HEX triplet: BC, 39 and AA. RGB value is (188,57,170). Sum of RGB (Red+Green+Blue) = 188+57+170=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC39AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC39AA is #43C655. Grayscale: #6C6C6C. Windows color (decimal): -4441686 or 11155900. OLE color: 11155900.

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

Color convert

RGB18857170-
CMYK00.700.100.26
HSL308.24º53.47%48.04%-
HSV(B)308.24º69.68%73.73%-
XYZ29.4616.5239.67-
YUV109.05162.4184.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 57 (22.66% from 255) = 13.73%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=45.30%
G=13.73%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885717000.700.100.26308.2453.4748.04
HexBC39AA046A1A1343530
Octal27471252010612324646560
Binary101111001110011010101001000110101011010100110100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC39AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC39AA; }

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

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

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

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

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

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

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

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