#BC5EB6

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

Shades of Fuchsia #BC5EB6

Tints of Fuchsia #BC5EB6

Color information

#BC5EB6 (or 0xBC5EB6) is unknown color: approx Fuchsia. HEX triplet: BC, 5E and B6. RGB value is (188,94,182). Sum of RGB (Red+Green+Blue) = 188+94+182=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EB6 is #43A149. Grayscale: #838383. Windows color (decimal): -4432202 or 11951804. OLE color: 11951804.

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

Color convert

RGB18894182-
CMYK00.500.030.26
HSL303.83º41.23%55.29%-
HSV(B)303.83º50%73.73%-
XYZ33.1922.0746.77-
YUV132.14156.14167.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 94 (37.11% from 255) = 20.26%
BLUE value IS 182 (71.48% from 255) = 39.22%
R=40.52%
G=20.26%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889418200.500.030.26303.8341.2355.29
HexBC5EB603231A1302937
Octal2741362660623324605167
Binary1011110010111101011011001100101111010100110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5EB6; }

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

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

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

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

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

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

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

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