#BC5EBC

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

Shades of Fuchsia #BC5EBC

Tints of Fuchsia #BC5EBC

Color information

#BC5EBC (or 0xBC5EBC) is unknown color: approx Fuchsia. HEX triplet: BC, 5E and BC. RGB value is (188,94,188). Sum of RGB (Red+Green+Blue) = 188+94+188=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC5EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EBC is #43A143. Grayscale: #848484. Windows color (decimal): -4432196 or 12345020. OLE color: 12345020.

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

Color convert

RGB18894188-
CMYK00.5000.26
HSL300º41.23%55.29%-
HSV(B)300º50%73.73%-
XYZ33.8222.3350.1-
YUV132.82159.14167.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 94 (37.11% from 255) = 20%
BLUE value IS 188 (73.83% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889418800.5000.2630041.2355.29
HexBC5EBC03201A12c2937
Octal2741362740620324545167
Binary101111001011110101111000110010011010100101100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5EBC; }

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

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

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

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

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

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

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

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