#BC60A8

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

Shades of Fuchsia #BC60A8

Tints of Fuchsia #BC60A8

Color information

#BC60A8 (or 0xBC60A8) is unknown color: approx Fuchsia. HEX triplet: BC, 60 and A8. RGB value is (188,96,168). Sum of RGB (Red+Green+Blue) = 188+96+168=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60A8 is #439F57. Grayscale: #838383. Windows color (decimal): -4431704 or 11034812. OLE color: 11034812.

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

Color convert

RGB18896168-
CMYK00.490.110.26
HSL313.04º40.71%55.69%-
HSV(B)313.04º48.94%73.73%-
XYZ31.9921.8839.58-
YUV131.72148.48168.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 96 (37.89% from 255) = 21.24%
BLUE value IS 168 (66.02% from 255) = 37.17%
R=41.59%
G=21.24%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889616800.490.110.26313.0440.7155.69
HexBC60A8031B1A1392938
Octal27414025006113324715170
Binary101111001100000101010000110001101111010100111001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60A8; }

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

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

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

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

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

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

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

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