#BC6EB6

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

Shades of Fuchsia #BC6EB6

Tints of Fuchsia #BC6EB6

Color information

#BC6EB6 (or 0xBC6EB6) is unknown color: approx Fuchsia. HEX triplet: BC, 6E and B6. RGB value is (188,110,182). Sum of RGB (Red+Green+Blue) = 188+110+182=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EB6 is #439149. Grayscale: #8D8D8D. Windows color (decimal): -4428106 or 11955900. OLE color: 11955900.

HSL color Cylindrical-coordinate representation of color #BC6EB6: hue angle of 304.62º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6EB6 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB188110182-
CMYK00.410.030.26
HSL304.62º36.79%58.43%-
HSV(B)304.62º41.49%73.73%-
XYZ34.7625.2247.29-
YUV141.53150.84161.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 182 (71.48% from 255) = 37.92%
R=39.17%
G=22.92%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811018200.410.030.26304.6236.7958.43
HexBC6EB602931A131253a
Octal2741562660513324614572
Binary1011110011011101011011001010011111010100110001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6EB6; }

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

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

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

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

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

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

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

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