#BC63AB

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

Shades of Fuchsia #BC63AB

Tints of Fuchsia #BC63AB

Color information

#BC63AB (or 0xBC63AB) is unknown color: approx Fuchsia. HEX triplet: BC, 63 and AB. RGB value is (188,99,171). Sum of RGB (Red+Green+Blue) = 188+99+171=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC63AB is #439C54. Grayscale: #858585. Windows color (decimal): -4430933 or 11232188. OLE color: 11232188.

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

Color convert

RGB18899171-
CMYK00.470.090.26
HSL311.46º39.91%56.27%-
HSV(B)311.46º47.34%73.73%-
XYZ32.5522.5641.17-
YUV133.82148.99166.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 99 (39.06% from 255) = 21.62%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=41.05%
G=21.62%
B=37.34%

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
Decimal1889917100.470.090.26311.4639.9156.27
HexBC63AB02F91A1372838
Octal27414325305711324675070
Binary101111001100011101010110101111100111010100110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC63AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC63AB; }

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

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

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

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

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

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

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

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