#BC77BA

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

Shades of Fuchsia #BC77BA

Tints of Fuchsia #BC77BA

Color information

#BC77BA (or 0xBC77BA) is unknown color: approx Fuchsia. HEX triplet: BC, 77 and BA. RGB value is (188,119,186). Sum of RGB (Red+Green+Blue) = 188+119+186=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77BA is #438845. Grayscale: #939393. Windows color (decimal): -4425798 or 12220348. OLE color: 12220348.

HSL color Cylindrical-coordinate representation of color #BC77BA: hue angle of 301.74º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC77BA is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB188119186-
CMYK00.370.010.26
HSL301.74º33.99%60.2%-
HSV(B)301.74º36.7%73.73%-
XYZ36.227.4349.84-
YUV147.27149.86157.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=38.13%
G=24.14%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811918600.370.010.26301.7433.9960.2
HexBC77BA02511A12e223c
Octal2741672720451324564274
Binary101111001110111101110100100101111010100101110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77BA; }

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

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

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

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

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

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

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

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