#BC6EB8

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

Shades of Fuchsia #BC6EB8

Tints of Fuchsia #BC6EB8

Color information

#BC6EB8 (or 0xBC6EB8) is unknown color: approx Fuchsia. HEX triplet: BC, 6E and B8. RGB value is (188,110,184). Sum of RGB (Red+Green+Blue) = 188+110+184=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EB8 is #439147. Grayscale: #8D8D8D. Windows color (decimal): -4428104 or 12086972. OLE color: 12086972.

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

Color convert

RGB188110184-
CMYK00.410.020.26
HSL303.08º36.79%58.43%-
HSV(B)303.08º41.49%73.73%-
XYZ34.9725.348.39-
YUV141.76151.84160.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 110 (43.36% from 255) = 22.82%
BLUE value IS 184 (72.27% from 255) = 38.17%
R=39.00%
G=22.82%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811018400.410.020.26303.0836.7958.43
HexBC6EB802921A12f253a
Octal2741562700512324574572
Binary1011110011011101011100001010011011010100101111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6EB8; }

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

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

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

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

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

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

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

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