#BC5CC5

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

Shades of Fuchsia #BC5CC5

Tints of Fuchsia #BC5CC5

Color information

#BC5CC5 (or 0xBC5CC5) is unknown color: approx Fuchsia. HEX triplet: BC, 5C and C5. RGB value is (188,92,197). Sum of RGB (Red+Green+Blue) = 188+92+197=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC5CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CC5 is #43A33A. Grayscale: #848484. Windows color (decimal): -4432699 or 12934332. OLE color: 12934332.

HSL color Cylindrical-coordinate representation of color #BC5CC5: hue angle of 294.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5CC5 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18892197-
CMYK0.050.5300.23
HSL294.86º47.51%56.67%-
HSV(B)294.86º53.3%77.25%-
XYZ34.6422.3855.32-
YUV132.67164.3167.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 92 (36.33% from 255) = 19.29%
BLUE value IS 197 (77.34% from 255) = 41.30%
R=39.41%
G=19.29%
B=41.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188921970.050.5300.23294.8647.5156.67
HexBC5CC55350171273039
Octal2741343055650274476071
Binary10111100101110011000101101110101010111100100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5CC5; }

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

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

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

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

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

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

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

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