#BC60AA

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

Shades of Fuchsia #BC60AA

Tints of Fuchsia #BC60AA

Color information

#BC60AA (or 0xBC60AA) is unknown color: approx Fuchsia. HEX triplet: BC, 60 and AA. RGB value is (188,96,170). Sum of RGB (Red+Green+Blue) = 188+96+170=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60AA is #439F55. Grayscale: #838383. Windows color (decimal): -4431702 or 11165884. OLE color: 11165884.

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

Color convert

RGB18896170-
CMYK00.490.100.26
HSL311.74º40.71%55.69%-
HSV(B)311.74º48.94%73.73%-
XYZ32.1821.9640.57-
YUV131.94149.48167.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 96 (37.89% from 255) = 21.15%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=41.41%
G=21.15%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889617000.490.100.26311.7440.7155.69
HexBC60AA031A1A1382938
Octal27414025206112324705170
Binary101111001100000101010100110001101011010100111000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60AA; }

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

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

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

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

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

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

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

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