#BC5EB4

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

Shades of Fuchsia #BC5EB4

Tints of Fuchsia #BC5EB4

Color information

#BC5EB4 (or 0xBC5EB4) is unknown color: approx Fuchsia. HEX triplet: BC, 5E and B4. RGB value is (188,94,180). Sum of RGB (Red+Green+Blue) = 188+94+180=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EB4 is #43A14B. Grayscale: #838383. Windows color (decimal): -4432204 or 11820732. OLE color: 11820732.

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

Color convert

RGB18894180-
CMYK00.500.040.26
HSL305.11º41.23%55.29%-
HSV(B)305.11º50%73.73%-
XYZ32.9821.9945.69-
YUV131.91155.14168.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 94 (37.11% from 255) = 20.35%
BLUE value IS 180 (70.70% from 255) = 38.96%
R=40.69%
G=20.35%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889418000.500.040.26305.1141.2355.29
HexBC5EB403241A1312937
Octal2741362640624324615167
Binary10111100101111010110100011001010011010100110001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5EB4; }

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

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

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

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

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

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

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

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