#BC6EBB

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

Shades of Fuchsia #BC6EBB

Tints of Fuchsia #BC6EBB

Color information

#BC6EBB (or 0xBC6EBB) is unknown color: approx Fuchsia. HEX triplet: BC, 6E and BB. RGB value is (188,110,187). Sum of RGB (Red+Green+Blue) = 188+110+187=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EBB is #439144. Grayscale: #8D8D8D. Windows color (decimal): -4428101 or 12283580. OLE color: 12283580.

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

Color convert

RGB188110187-
CMYK00.410.010.26
HSL300.77º36.79%58.43%-
HSV(B)300.77º41.49%73.73%-
XYZ35.2825.4350.06-
YUV142.1153.34160.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 110 (43.36% from 255) = 22.68%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=38.76%
G=22.68%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811018700.410.010.26300.7736.7958.43
HexBC6EBB02911A12d253a
Octal2741562730511324554572
Binary101111001101110101110110101001111010100101101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6EBB; }

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

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

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

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

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

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

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

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