#BC5EA7

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

Shades of Fuchsia #BC5EA7

Tints of Fuchsia #BC5EA7

Color information

#BC5EA7 (or 0xBC5EA7) is unknown color: approx Fuchsia. HEX triplet: BC, 5E and A7. RGB value is (188,94,167). Sum of RGB (Red+Green+Blue) = 188+94+167=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5EA7 is #43A158. Grayscale: #828282. Windows color (decimal): -4432217 or 10968764. OLE color: 10968764.

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

Color convert

RGB18894167-
CMYK00.500.110.26
HSL313.4º41.23%55.29%-
HSV(B)313.4º50%73.73%-
XYZ31.7221.4939.03-
YUV130.43148.64169.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 94 (37.11% from 255) = 20.94%
BLUE value IS 167 (65.62% from 255) = 37.19%
R=41.87%
G=20.94%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889416700.500.110.26313.441.2355.29
HexBC5EA7032B1A1392937
Octal27413624706213324715167
Binary101111001011110101001110110010101111010100111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5EA7; }

 p { color: rgb(188,94,167); }

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

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

 a { background-color: rgb(188,94,167); }

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

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

 span { border-color: rgb(188,94,167); }

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