#BC6ABF

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

Shades of Fuchsia #BC6ABF

Tints of Fuchsia #BC6ABF

Color information

#BC6ABF (or 0xBC6ABF) is unknown color: approx Fuchsia. HEX triplet: BC, 6A and BF. RGB value is (188,106,191). Sum of RGB (Red+Green+Blue) = 188+106+191=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC6ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ABF is #439540. Grayscale: #8B8B8B. Windows color (decimal): -4429121 or 12544700. OLE color: 12544700.

HSL color Cylindrical-coordinate representation of color #BC6ABF: hue angle of 297.88º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6ABF is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188106191-
CMYK0.020.4500.25
HSL297.88º39.91%58.24%-
HSV(B)297.88º44.5%74.9%-
XYZ35.324.7652.21-
YUV140.21156.67162.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 191 (75% from 255) = 39.38%
R=38.76%
G=21.86%
B=39.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881061910.020.4500.25297.8839.9158.24
HexBC6ABF22D01912a283a
Octal2741522772550314525072
Binary1011110011010101011111110101101011001100101010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6ABF; }

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

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

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

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

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

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

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

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