#BC60AD

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

Shades of Fuchsia #BC60AD

Tints of Fuchsia #BC60AD

Color information

#BC60AD (or 0xBC60AD) is unknown color: approx Fuchsia. HEX triplet: BC, 60 and AD. RGB value is (188,96,173). Sum of RGB (Red+Green+Blue) = 188+96+173=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60AD is #439F52. Grayscale: #848484. Windows color (decimal): -4431699 or 11362492. OLE color: 11362492.

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

Color convert

RGB18896173-
CMYK00.490.080.26
HSL309.78º40.71%55.69%-
HSV(B)309.78º48.94%73.73%-
XYZ32.4622.0742.08-
YUV132.29150.98167.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=41.14%
G=21.01%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889617300.490.080.26309.7840.7155.69
HexBC60AD03181A1362938
Octal27414025506110324665170
Binary101111001100000101011010110001100011010100110110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60AD; }

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

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

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

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

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

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

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

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