#BC39A8

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

Shades of Fuchsia #BC39A8

Tints of Fuchsia #BC39A8

Color information

#BC39A8 (or 0xBC39A8) is unknown color: approx Fuchsia. HEX triplet: BC, 39 and A8. RGB value is (188,57,168). Sum of RGB (Red+Green+Blue) = 188+57+168=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC39A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC39A8 is #43C657. Grayscale: #6C6C6C. Windows color (decimal): -4441688 or 11024828. OLE color: 11024828.

HSL color Cylindrical-coordinate representation of color #BC39A8: hue angle of 309.16º 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 #BC39A8 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18857168-
CMYK00.700.110.26
HSL309.16º53.47%48.04%-
HSV(B)309.16º69.68%73.73%-
XYZ29.2716.4438.68-
YUV108.82161.4184.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 57 (22.66% from 255) = 13.80%
BLUE value IS 168 (66.02% from 255) = 40.68%
R=45.52%
G=13.80%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885716800.700.110.26309.1653.4748.04
HexBC39A8046B1A1353530
Octal27471250010613324656560
Binary101111001110011010100001000110101111010100110101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC39A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC39A8; }

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

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

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

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

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

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

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

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