#BC55BA

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

Shades of Fuchsia #BC55BA

Tints of Fuchsia #BC55BA

Color information

#BC55BA (or 0xBC55BA) is unknown color: approx Fuchsia. HEX triplet: BC, 55 and BA. RGB value is (188,85,186). Sum of RGB (Red+Green+Blue) = 188+85+186=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55BA is #43AA45. Grayscale: #7F7F7F. Windows color (decimal): -4434502 or 12211644. OLE color: 12211644.

HSL color Cylindrical-coordinate representation of color #BC55BA: hue angle of 301.17º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC55BA is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB18885186-
CMYK00.550.010.26
HSL301.17º43.46%53.53%-
HSV(B)301.17º54.79%73.73%-
XYZ32.8520.7348.72-
YUV127.31161.12171.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=40.96%
G=18.52%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888518600.550.010.26301.1743.4653.53
HexBC55BA03711A12d2b36
Octal2741252720671324555366
Binary101111001010101101110100110111111010100101101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC55BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC55BA; }

 p { color: rgb(188,85,186); }

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

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

 a { background-color: rgb(188,85,186); }

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

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

 span { border-color: rgb(188,85,186); }

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