#BC64C5

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

Shades of Fuchsia #BC64C5

Tints of Fuchsia #BC64C5

Color information

#BC64C5 (or 0xBC64C5) is unknown color: approx Fuchsia. HEX triplet: BC, 64 and C5. RGB value is (188,100,197). Sum of RGB (Red+Green+Blue) = 188+100+197=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC64C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64C5 is #439B3A. Grayscale: #898989. Windows color (decimal): -4430651 or 12936380. OLE color: 12936380.

HSL color Cylindrical-coordinate representation of color #BC64C5: hue angle of 294.43º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC64C5 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188100197-
CMYK0.050.4900.23
HSL294.43º45.54%58.24%-
HSV(B)294.43º49.24%77.25%-
XYZ35.3723.8455.56-
YUV137.37161.65164.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 197 (77.34% from 255) = 40.62%
R=38.76%
G=20.62%
B=40.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881001970.050.4900.23294.4345.5458.24
HexBC64C55310171262e3a
Octal2741443055610274465672
Binary10111100110010011000101101110001010111100100110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC64C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC64C5; }

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

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

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

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

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

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

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

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