#BC76C1

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

Shades of Fuchsia #BC76C1

Tints of Fuchsia #BC76C1

Color information

#BC76C1 (or 0xBC76C1) is unknown color: approx Fuchsia. HEX triplet: BC, 76 and C1. RGB value is (188,118,193). Sum of RGB (Red+Green+Blue) = 188+118+193=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC76C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76C1 is #43893E. Grayscale: #939393. Windows color (decimal): -4426047 or 12678844. OLE color: 12678844.

HSL color Cylindrical-coordinate representation of color #BC76C1: hue angle of 296º 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 #BC76C1 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188118193-
CMYK0.030.3900.24
HSL296º37.69%60.98%-
HSV(B)296º38.86%75.69%-
XYZ36.8427.553.82-
YUV147.48153.69156.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 118 (46.48% from 255) = 23.65%
BLUE value IS 193 (75.78% from 255) = 38.68%
R=37.68%
G=23.65%
B=38.68%

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
Decimal1881181930.030.3900.2429637.6960.98
HexBC76C1327018128263d
Octal2741663013470304504675
Binary1011110011101101100000111100111011000100101000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76C1; }

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

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

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

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

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

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

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

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