#BC63AA

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

Shades of Fuchsia #BC63AA

Tints of Fuchsia #BC63AA

Color information

#BC63AA (or 0xBC63AA) is unknown color: approx Fuchsia. HEX triplet: BC, 63 and AA. RGB value is (188,99,170). Sum of RGB (Red+Green+Blue) = 188+99+170=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC63AA is #439C55. Grayscale: #858585. Windows color (decimal): -4430934 or 11166652. OLE color: 11166652.

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

Color convert

RGB18899170-
CMYK00.470.100.26
HSL312.13º39.91%56.27%-
HSV(B)312.13º47.34%73.73%-
XYZ32.4622.5240.67-
YUV133.7148.49166.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=41.14%
G=21.66%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889917000.470.100.26312.1339.9156.27
HexBC63AA02FA1A1382838
Octal27414325205712324705070
Binary101111001100011101010100101111101011010100111000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC63AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC63AA; }

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

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

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

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

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

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

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

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