#BC48A9

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

Shades of Fuchsia #BC48A9

Tints of Fuchsia #BC48A9

Color information

#BC48A9 (or 0xBC48A9) is unknown color: approx Fuchsia. HEX triplet: BC, 48 and A9. RGB value is (188,72,169). Sum of RGB (Red+Green+Blue) = 188+72+169=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC48A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC48A9 is #43B756. Grayscale: #757575. Windows color (decimal): -4437847 or 11094204. OLE color: 11094204.

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

Color convert

RGB18872169-
CMYK00.620.100.26
HSL309.83º46.4%50.98%-
HSV(B)309.83º61.7%73.73%-
XYZ30.2218.1939.45-
YUV117.74156.93178.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 72 (28.52% from 255) = 16.78%
BLUE value IS 169 (66.41% from 255) = 39.39%
R=43.82%
G=16.78%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887216900.620.100.26309.8346.450.98
HexBC48A903EA1A1362e33
Octal27411025107612324665663
Binary101111001001000101010010111110101011010100110110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC48A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC48A9; }

 p { color: rgb(188,72,169); }

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

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

 a { background-color: rgb(188,72,169); }

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

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

 span { border-color: rgb(188,72,169); }

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