#BC61C5

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

Shades of Fuchsia #BC61C5

Tints of Fuchsia #BC61C5

Color information

#BC61C5 (or 0xBC61C5) is unknown color: approx Fuchsia. HEX triplet: BC, 61 and C5. RGB value is (188,97,197). Sum of RGB (Red+Green+Blue) = 188+97+197=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC61C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61C5 is #439E3A. Grayscale: #878787. Windows color (decimal): -4431419 or 12935612. OLE color: 12935612.

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

Color convert

RGB18897197-
CMYK0.050.5100.23
HSL294.6º46.3%57.65%-
HSV(B)294.6º50.76%77.25%-
XYZ35.0923.2755.47-
YUV135.61162.65165.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 197 (77.34% from 255) = 40.87%
R=39.00%
G=20.12%
B=40.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188971970.050.5100.23294.646.357.65
HexBC61C55330171272e3a
Octal2741413055630274475672
Binary10111100110000111000101101110011010111100100111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61C5; }

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

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

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

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

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

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

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

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