#BC44AB

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

Shades of Fuchsia #BC44AB

Tints of Fuchsia #BC44AB

Color information

#BC44AB (or 0xBC44AB) is unknown color: approx Fuchsia. HEX triplet: BC, 44 and AB. RGB value is (188,68,171). Sum of RGB (Red+Green+Blue) = 188+68+171=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC44AB is #43BB54. Grayscale: #737373. Windows color (decimal): -4438869 or 11224252. OLE color: 11224252.

HSL color Cylindrical-coordinate representation of color #BC44AB: hue angle of 308.5º 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 #BC44AB is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18868171-
CMYK00.640.090.26
HSL308.5º47.24%50.2%-
HSV(B)308.5º63.83%73.73%-
XYZ30.1617.7740.37-
YUV115.62159.26179.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 68 (26.95% from 255) = 15.93%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=44.03%
G=15.93%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886817100.640.090.26308.547.2450.2
HexBC44AB04091A1342f32
Octal274104253010011324645762
Binary1011110010001001010101101000000100111010100110100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC44AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC44AB; }

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

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

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

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

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

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

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

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