#BC76C2

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

Shades of Fuchsia #BC76C2

Tints of Fuchsia #BC76C2

Color information

#BC76C2 (or 0xBC76C2) is unknown color: approx Fuchsia. HEX triplet: BC, 76 and C2. RGB value is (188,118,194). Sum of RGB (Red+Green+Blue) = 188+118+194=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC76C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76C2 is #43893D. Grayscale: #939393. Windows color (decimal): -4426046 or 12744380. OLE color: 12744380.

HSL color Cylindrical-coordinate representation of color #BC76C2: hue angle of 295.26º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC76C2 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188118194-
CMYK0.030.3900.24
HSL295.26º38.38%61.18%-
HSV(B)295.26º39.18%76.08%-
XYZ36.9627.5454.41-
YUV147.59154.19156.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 118 (46.48% from 255) = 23.6%
BLUE value IS 194 (76.17% from 255) = 38.8%
R=37.6%
G=23.6%
B=38.8%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881181940.030.3900.24295.2638.3861.18
HexBC76C2327018127263d
Octal2741663023470304474675
Binary1011110011101101100001011100111011000100100111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76C2; }

 p { color: rgb(188,118,194); }

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

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

 a { background-color: rgb(188,118,194); }

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

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

 span { border-color: rgb(188,118,194); }

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