#BC77C4

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

Shades of Fuchsia #BC77C4

Tints of Fuchsia #BC77C4

Color information

#BC77C4 (or 0xBC77C4) is unknown color: approx Fuchsia. HEX triplet: BC, 77 and C4. RGB value is (188,119,196). Sum of RGB (Red+Green+Blue) = 188+119+196=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC77C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77C4 is #43883B. Grayscale: #949494. Windows color (decimal): -4425788 or 12875708. OLE color: 12875708.

HSL color Cylindrical-coordinate representation of color #BC77C4: hue angle of 293.77º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC77C4 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188119196-
CMYK0.040.3900.23
HSL293.77º39.49%61.76%-
HSV(B)293.77º39.29%76.86%-
XYZ37.327.8755.64-
YUV148.41154.86156.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 119 (46.88% from 255) = 23.66%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=37.38%
G=23.66%
B=38.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881191960.040.3900.23293.7739.4961.76
HexBC77C4427017126273e
Octal2741673044470274464776
Binary10111100111011111000100100100111010111100100110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77C4; }

 p { color: rgb(188,119,196); }

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

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

 a { background-color: rgb(188,119,196); }

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

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

 span { border-color: rgb(188,119,196); }

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