#BC44A6

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

Shades of Fuchsia #BC44A6

Tints of Fuchsia #BC44A6

Color information

#BC44A6 (or 0xBC44A6) is unknown color: approx Fuchsia. HEX triplet: BC, 44 and A6. RGB value is (188,68,166). Sum of RGB (Red+Green+Blue) = 188+68+166=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC44A6 is #43BB59. Grayscale: #727272. Windows color (decimal): -4438874 or 10896572. OLE color: 10896572.

HSL color Cylindrical-coordinate representation of color #BC44A6: hue angle of 311º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC44A6 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB18868166-
CMYK00.640.120.26
HSL311º47.24%50.2%-
HSV(B)311º63.83%73.73%-
XYZ29.6917.5837.9-
YUV115.05156.76180.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 68 (26.95% from 255) = 16.11%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=44.55%
G=16.11%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886816600.640.120.2631147.2450.2
HexBC44A6040C1A1372f32
Octal274104246010014324675762
Binary1011110010001001010011001000000110011010100110111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC44A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC44A6; }

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

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

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

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

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

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

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

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