#BC6AB5

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

Shades of Fuchsia #BC6AB5

Tints of Fuchsia #BC6AB5

Color information

#BC6AB5 (or 0xBC6AB5) is unknown color: approx Fuchsia. HEX triplet: BC, 6A and B5. RGB value is (188,106,181). Sum of RGB (Red+Green+Blue) = 188+106+181=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AB5 is #43954A. Grayscale: #8A8A8A. Windows color (decimal): -4429131 or 11889340. OLE color: 11889340.

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

Color convert

RGB188106181-
CMYK00.440.040.26
HSL305.12º37.96%57.65%-
HSV(B)305.12º43.62%73.73%-
XYZ34.2324.3446.61-
YUV139.07151.67162.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 106 (41.80% from 255) = 22.32%
BLUE value IS 181 (71.09% from 255) = 38.11%
R=39.58%
G=22.32%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810618100.440.040.26305.1237.9657.65
HexBC6AB502C41A131263a
Octal2741522650544324614672
Binary10111100110101010110101010110010011010100110001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6AB5; }

 p { color: rgb(188,106,181); }

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

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

 a { background-color: rgb(188,106,181); }

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

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

 span { border-color: rgb(188,106,181); }

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