#BC55C6

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

Shades of Fuchsia #BC55C6

Tints of Fuchsia #BC55C6

Color information

#BC55C6 (or 0xBC55C6) is unknown color: approx Fuchsia. HEX triplet: BC, 55 and C6. RGB value is (188,85,198). Sum of RGB (Red+Green+Blue) = 188+85+198=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC55C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55C6 is #43AA39. Grayscale: #808080. Windows color (decimal): -4434490 or 12998076. OLE color: 12998076.

HSL color Cylindrical-coordinate representation of color #BC55C6: hue angle of 294.69º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC55C6 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18885198-
CMYK0.050.5700.22
HSL294.69º49.78%55.49%-
HSV(B)294.69º57.07%77.65%-
XYZ34.1821.2755.73-
YUV128.68167.12170.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 198 (77.73% from 255) = 42.04%
R=39.92%
G=18.05%
B=42.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188851980.050.5700.22294.6949.7855.49
HexBC55C65390161273237
Octal2741253065710264476267
Binary10111100101010111000110101111001010110100100111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC55C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC55C6; }

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

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

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

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

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

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

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

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