#BC6ABA

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

Shades of Fuchsia #BC6ABA

Tints of Fuchsia #BC6ABA

Color information

#BC6ABA (or 0xBC6ABA) is unknown color: approx Fuchsia. HEX triplet: BC, 6A and BA. RGB value is (188,106,186). Sum of RGB (Red+Green+Blue) = 188+106+186=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ABA is #439545. Grayscale: #8B8B8B. Windows color (decimal): -4429126 or 12217020. OLE color: 12217020.

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

Color convert

RGB188106186-
CMYK00.440.010.26
HSL301.46º37.96%57.65%-
HSV(B)301.46º43.62%73.73%-
XYZ34.7624.5449.36-
YUV139.64154.17162.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 106 (41.80% from 255) = 22.08%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=39.17%
G=22.08%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810618600.440.010.26301.4637.9657.65
HexBC6ABA02C11A12d263a
Octal2741522720541324554672
Binary101111001101010101110100101100111010100101101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6ABA; }

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

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

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

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

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

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

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

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