#BC29C4

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

Shades of Fuchsia #BC29C4

Tints of Fuchsia #BC29C4

Color information

#BC29C4 (or 0xBC29C4) is unknown color: approx Fuchsia. HEX triplet: BC, 29 and C4. RGB value is (188,41,196). Sum of RGB (Red+Green+Blue) = 188+41+196=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC29C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29C4 is #43D63B. Grayscale: #666666. Windows color (decimal): -4445756 or 12855740. OLE color: 12855740.

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

Color convert

RGB18841196-
CMYK0.040.7900.23
HSL296.9º65.4%46.47%-
HSV(B)296.9º79.08%76.86%-
XYZ31.516.2653.7-
YUV102.62180.7188.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 41 (16.41% from 255) = 9.65%
BLUE value IS 196 (76.95% from 255) = 46.12%
R=44.24%
G=9.65%
B=46.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188411960.040.7900.23296.965.446.47
HexBC29C444F017129412e
Octal27451304411702745110156
Binary101111001010011100010010010011110101111001010011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC29C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC29C4; }

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

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

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

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

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

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

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

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