#BC77BD

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

Shades of Fuchsia #BC77BD

Tints of Fuchsia #BC77BD

Color information

#BC77BD (or 0xBC77BD) is unknown color: approx Fuchsia. HEX triplet: BC, 77 and BD. RGB value is (188,119,189). Sum of RGB (Red+Green+Blue) = 188+119+189=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC77BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77BD is #438842. Grayscale: #939393. Windows color (decimal): -4425795 or 12416956. OLE color: 12416956.

HSL color Cylindrical-coordinate representation of color #BC77BD: hue angle of 299.14º degrees, saturation: 0.35, 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 #BC77BD is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188119189-
CMYK0.010.3700.26
HSL299.14º34.65%60.39%-
HSV(B)299.14º37.04%74.12%-
XYZ36.5227.5651.54-
YUV147.61151.36156.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 119 (46.88% from 255) = 23.99%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=37.90%
G=23.99%
B=38.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881191890.010.3700.26299.1434.6560.39
HexBC77BD12501A12b233c
Octal2741672751450324534374
Binary101111001110111101111011100101011010100101011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77BD; }

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

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

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

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

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

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

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

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