#BC61AC

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

Shades of Fuchsia #BC61AC

Tints of Fuchsia #BC61AC

Color information

#BC61AC (or 0xBC61AC) is unknown color: approx Fuchsia. HEX triplet: BC, 61 and AC. RGB value is (188,97,172). Sum of RGB (Red+Green+Blue) = 188+97+172=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC61AC is #439E53. Grayscale: #848484. Windows color (decimal): -4431444 or 11297212. OLE color: 11297212.

HSL color Cylindrical-coordinate representation of color #BC61AC: hue angle of 310.55º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC61AC is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18897172-
CMYK00.480.090.26
HSL310.55º40.44%55.88%-
HSV(B)310.55º48.4%73.73%-
XYZ32.4622.2241.61-
YUV132.76150.15167.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 97 (38.28% from 255) = 21.23%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=41.14%
G=21.23%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889717200.480.090.26310.5540.4455.88
HexBC61AC03091A1372838
Octal27414125406011324675070
Binary101111001100001101011000110000100111010100110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61AC; }

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

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

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

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

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

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

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

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