#BC75C4

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

Shades of Fuchsia #BC75C4

Tints of Fuchsia #BC75C4

Color information

#BC75C4 (or 0xBC75C4) is unknown color: approx Fuchsia. HEX triplet: BC, 75 and C4. RGB value is (188,117,196). Sum of RGB (Red+Green+Blue) = 188+117+196=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC75C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75C4 is #438A3B. Grayscale: #929292. Windows color (decimal): -4426300 or 12875196. OLE color: 12875196.

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

Color convert

RGB188117196-
CMYK0.040.4000.23
HSL293.92º40.1%61.37%-
HSV(B)293.92º40.31%76.86%-
XYZ37.0627.455.56-
YUV147.23155.52157.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=37.52%
G=23.35%
B=39.12%

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
Decimal1881171960.040.4000.23293.9240.161.37
HexBC75C4428017126283d
Octal2741653044500274465075
Binary10111100111010111000100100101000010111100100110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75C4; }

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

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

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

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

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

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

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

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