#BC5CC3

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

Shades of Fuchsia #BC5CC3

Tints of Fuchsia #BC5CC3

Color information

#BC5CC3 (or 0xBC5CC3) is unknown color: approx Fuchsia. HEX triplet: BC, 5C and C3. RGB value is (188,92,195). Sum of RGB (Red+Green+Blue) = 188+92+195=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC5CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CC3 is #43A33C. Grayscale: #848484. Windows color (decimal): -4432701 or 12803260. OLE color: 12803260.

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

Color convert

RGB18892195-
CMYK0.040.5300.24
HSL295.92º46.19%56.27%-
HSV(B)295.92º52.82%76.47%-
XYZ34.4222.2954.12-
YUV132.45163.3167.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 195 (76.56% from 255) = 41.05%
R=39.58%
G=19.37%
B=41.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188921950.040.5300.24295.9246.1956.27
HexBC5CC34350181282e38
Octal2741343034650304505670
Binary10111100101110011000011100110101011000100101000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5CC3; }

 p { color: rgb(188,92,195); }

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

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

 a { background-color: rgb(188,92,195); }

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

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

 span { border-color: rgb(188,92,195); }

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