#BC6AC0

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

Shades of Fuchsia #BC6AC0

Tints of Fuchsia #BC6AC0

Color information

#BC6AC0 (or 0xBC6AC0) is unknown color: approx Fuchsia. HEX triplet: BC, 6A and C0. RGB value is (188,106,192). Sum of RGB (Red+Green+Blue) = 188+106+192=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC6AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AC0 is #43953F. Grayscale: #8C8C8C. Windows color (decimal): -4429120 or 12610236. OLE color: 12610236.

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

Color convert

RGB188106192-
CMYK0.020.4500.25
HSL297.21º40.57%58.43%-
HSV(B)297.21º44.79%75.29%-
XYZ35.4124.8152.79-
YUV140.32157.17162.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 106 (41.80% from 255) = 21.81%
BLUE value IS 192 (75.39% from 255) = 39.51%
R=38.68%
G=21.81%
B=39.51%

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
Decimal1881061920.020.4500.25297.2140.5758.43
HexBC6AC022D019129293a
Octal2741523002550314515172
Binary1011110011010101100000010101101011001100101001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6AC0; }

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

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

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

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

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

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

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

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