#BC5EB8

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

Shades of Fuchsia #BC5EB8

Tints of Fuchsia #BC5EB8

Color information

#BC5EB8 (or 0xBC5EB8) is unknown color: approx Fuchsia. HEX triplet: BC, 5E and B8. RGB value is (188,94,184). Sum of RGB (Red+Green+Blue) = 188+94+184=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EB8 is #43A147. Grayscale: #848484. Windows color (decimal): -4432200 or 12082876. OLE color: 12082876.

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

Color convert

RGB18894184-
CMYK00.500.020.26
HSL302.55º41.23%55.29%-
HSV(B)302.55º50%73.73%-
XYZ33.3922.1647.86-
YUV132.37157.14167.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 94 (37.11% from 255) = 20.17%
BLUE value IS 184 (72.27% from 255) = 39.48%
R=40.34%
G=20.17%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889418400.500.020.26302.5541.2355.29
HexBC5EB803221A12f2937
Octal2741362700622324575167
Binary1011110010111101011100001100101011010100101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5EB8; }

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

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

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

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

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

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

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

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