#BC55C1

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

Shades of Fuchsia #BC55C1

Tints of Fuchsia #BC55C1

Color information

#BC55C1 (or 0xBC55C1) is unknown color: approx Fuchsia. HEX triplet: BC, 55 and C1. RGB value is (188,85,193). Sum of RGB (Red+Green+Blue) = 188+85+193=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC55C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55C1 is #43AA3E. Grayscale: #7F7F7F. Windows color (decimal): -4434495 or 12670396. OLE color: 12670396.

HSL color Cylindrical-coordinate representation of color #BC55C1: hue angle of 297.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC55C1 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18885193-
CMYK0.030.5600.24
HSL297.22º46.55%54.51%-
HSV(B)297.22º55.96%75.69%-
XYZ33.6121.0452.74-
YUV128.11164.62170.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 85 (33.59% from 255) = 18.24%
BLUE value IS 193 (75.78% from 255) = 41.42%
R=40.34%
G=18.24%
B=41.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188851930.030.5600.24297.2246.5554.51
HexBC55C13380181292f37
Octal2741253013700304515767
Binary1011110010101011100000111111000011000100101001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC55C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC55C1; }

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

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

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

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

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

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

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

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