#BC5FAD

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

Shades of Fuchsia #BC5FAD

Tints of Fuchsia #BC5FAD

Color information

#BC5FAD (or 0xBC5FAD) is unknown color: approx Fuchsia. HEX triplet: BC, 5F and AD. RGB value is (188,95,173). Sum of RGB (Red+Green+Blue) = 188+95+173=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5FAD is #43A052. Grayscale: #838383. Windows color (decimal): -4431955 or 11362236. OLE color: 11362236.

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

Color convert

RGB18895173-
CMYK00.490.080.26
HSL309.68º40.97%55.49%-
HSV(B)309.68º49.47%73.73%-
XYZ32.3721.8942.05-
YUV131.7151.31168.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 95 (37.5% from 255) = 20.83%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=41.23%
G=20.83%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889517300.490.080.26309.6840.9755.49
HexBC5FAD03181A1362937
Octal27413725506110324665167
Binary101111001011111101011010110001100011010100110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5FAD; }

 p { color: rgb(188,95,173); }

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

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

 a { background-color: rgb(188,95,173); }

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

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

 span { border-color: rgb(188,95,173); }

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