#BC64AB

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

Shades of Fuchsia #BC64AB

Tints of Fuchsia #BC64AB

Color information

#BC64AB (or 0xBC64AB) is unknown color: approx Fuchsia. HEX triplet: BC, 64 and AB. RGB value is (188,100,171). Sum of RGB (Red+Green+Blue) = 188+100+171=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC64AB is #439B54. Grayscale: #868686. Windows color (decimal): -4430677 or 11232444. OLE color: 11232444.

HSL color Cylindrical-coordinate representation of color #BC64AB: hue angle of 311.59º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC64AB is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188100171-
CMYK00.470.090.26
HSL311.59º39.64%56.47%-
HSV(B)311.59º46.81%73.73%-
XYZ32.6522.7541.2-
YUV134.41148.65166.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 100 (39.45% from 255) = 21.79%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=40.96%
G=21.79%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810017100.470.090.26311.5939.6456.47
HexBC64AB02F91A1382838
Octal27414425305711324705070
Binary101111001100100101010110101111100111010100111000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC64AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC64AB; }

 p { color: rgb(188,100,171); }

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

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

 a { background-color: rgb(188,100,171); }

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

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

 span { border-color: rgb(188,100,171); }

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