#BC64B1

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

Shades of Fuchsia #BC64B1

Tints of Fuchsia #BC64B1

Color information

#BC64B1 (or 0xBC64B1) is unknown color: approx Fuchsia. HEX triplet: BC, 64 and B1. RGB value is (188,100,177). Sum of RGB (Red+Green+Blue) = 188+100+177=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC64B1 is #439B4E. Grayscale: #868686. Windows color (decimal): -4430671 or 11625660. OLE color: 11625660.

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

Color convert

RGB188100177-
CMYK00.470.060.26
HSL307.5º39.64%56.47%-
HSV(B)307.5º46.81%73.73%-
XYZ33.2322.9844.28-
YUV135.09151.65165.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 100 (39.45% from 255) = 21.51%
BLUE value IS 177 (69.53% from 255) = 38.06%
R=40.43%
G=21.51%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810017700.470.060.26307.539.6456.47
HexBC64B102F61A1342838
Octal2741442610576324645070
Binary10111100110010010110001010111111011010100110100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC64B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC64B1; }

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

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

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

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

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

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

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

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