#BC61C1

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

Shades of Fuchsia #BC61C1

Tints of Fuchsia #BC61C1

Color information

#BC61C1 (or 0xBC61C1) is unknown color: approx Fuchsia. HEX triplet: BC, 61 and C1. RGB value is (188,97,193). Sum of RGB (Red+Green+Blue) = 188+97+193=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC61C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61C1 is #439E3E. Grayscale: #868686. Windows color (decimal): -4431423 or 12673468. OLE color: 12673468.

HSL color Cylindrical-coordinate representation of color #BC61C1: hue angle of 296.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC61C1 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18897193-
CMYK0.030.5000.24
HSL296.88º43.64%56.86%-
HSV(B)296.88º49.74%75.69%-
XYZ34.6423.0953.08-
YUV135.15160.65165.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 97 (38.28% from 255) = 20.29%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=39.33%
G=20.29%
B=40.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188971930.030.5000.24296.8843.6456.86
HexBC61C13320181292c39
Octal2741413013620304515471
Binary1011110011000011100000111110010011000100101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61C1; }

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

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

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

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

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

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

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

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