#BC76C4

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

Shades of Fuchsia #BC76C4

Tints of Fuchsia #BC76C4

Color information

#BC76C4 (or 0xBC76C4) is unknown color: approx Fuchsia. HEX triplet: BC, 76 and C4. RGB value is (188,118,196). Sum of RGB (Red+Green+Blue) = 188+118+196=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC76C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76C4 is #43893B. Grayscale: #939393. Windows color (decimal): -4426044 or 12875452. OLE color: 12875452.

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

Color convert

RGB188118196-
CMYK0.040.4000.23
HSL293.85º39.8%61.57%-
HSV(B)293.85º39.8%76.86%-
XYZ37.1827.6355.6-
YUV147.82155.19156.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 118 (46.48% from 255) = 23.51%
BLUE value IS 196 (76.95% from 255) = 39.04%
R=37.45%
G=23.51%
B=39.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881181960.040.4000.23293.8539.861.57
HexBC76C4428017126283e
Octal2741663044500274465076
Binary10111100111011011000100100101000010111100100110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76C4; }

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

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

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

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

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

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

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

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