#BC61AD

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

Shades of Fuchsia #BC61AD

Tints of Fuchsia #BC61AD

Color information

#BC61AD (or 0xBC61AD) is unknown color: approx Fuchsia. HEX triplet: BC, 61 and AD. RGB value is (188,97,173). Sum of RGB (Red+Green+Blue) = 188+97+173=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC61AD is #439E52. Grayscale: #848484. Windows color (decimal): -4431443 or 11362748. OLE color: 11362748.

HSL color Cylindrical-coordinate representation of color #BC61AD: hue angle of 309.89º 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 #BC61AD is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB18897173-
CMYK00.480.080.26
HSL309.89º40.44%55.88%-
HSV(B)309.89º48.4%73.73%-
XYZ32.5622.2642.12-
YUV132.87150.65167.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 97 (38.28% from 255) = 21.18%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=41.05%
G=21.18%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889717300.480.080.26309.8940.4455.88
HexBC61AD03081A1362838
Octal27414125506010324665070
Binary101111001100001101011010110000100011010100110110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61AD; }

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

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

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

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

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

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

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

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