#BC5CC1

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

Shades of Fuchsia #BC5CC1

Tints of Fuchsia #BC5CC1

Color information

#BC5CC1 (or 0xBC5CC1) is unknown color: approx Fuchsia. HEX triplet: BC, 5C and C1. RGB value is (188,92,193). Sum of RGB (Red+Green+Blue) = 188+92+193=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC5CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CC1 is #43A33E. Grayscale: #838383. Windows color (decimal): -4432703 or 12672188. OLE color: 12672188.

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

Color convert

RGB18892193-
CMYK0.030.5200.24
HSL297.03º44.89%55.88%-
HSV(B)297.03º52.33%75.69%-
XYZ34.1922.252.93-
YUV132.22162.3167.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 92 (36.33% from 255) = 19.45%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=39.75%
G=19.45%
B=40.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188921930.030.5200.24297.0344.8955.88
HexBC5CC13340181292d38
Octal2741343013640304515570
Binary1011110010111001100000111110100011000100101001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5CC1; }

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

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

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

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

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

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

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

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