#BC44C5

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

Shades of Fuchsia #BC44C5

Tints of Fuchsia #BC44C5

Color information

#BC44C5 (or 0xBC44C5) is unknown color: approx Fuchsia. HEX triplet: BC, 44 and C5. RGB value is (188,68,197). Sum of RGB (Red+Green+Blue) = 188+68+197=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC44C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44C5 is #43BB3A. Grayscale: #767676. Windows color (decimal): -4438843 or 12928188. OLE color: 12928188.

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

Color convert

RGB18868197-
CMYK0.050.6500.23
HSL295.81º52.65%51.96%-
HSV(B)295.81º65.48%77.25%-
XYZ32.8818.8654.73-
YUV118.59172.26177.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 68 (26.95% from 255) = 15.01%
BLUE value IS 197 (77.34% from 255) = 43.49%
R=41.50%
G=15.01%
B=43.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188681970.050.6500.23295.8152.6551.96
HexBC44C55410171283534
Octal27410430551010274506564
Binary101111001000100110001011011000001010111100101000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC44C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC44C5; }

 p { color: rgb(188,68,197); }

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

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

 a { background-color: rgb(188,68,197); }

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

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

 span { border-color: rgb(188,68,197); }

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