#BC60B9

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

Shades of Fuchsia #BC60B9

Tints of Fuchsia #BC60B9

Color information

#BC60B9 (or 0xBC60B9) is unknown color: approx Fuchsia. HEX triplet: BC, 60 and B9. RGB value is (188,96,185). Sum of RGB (Red+Green+Blue) = 188+96+185=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60B9 is #439F46. Grayscale: #858585. Windows color (decimal): -4431687 or 12148924. OLE color: 12148924.

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

Color convert

RGB18896185-
CMYK00.490.020.26
HSL301.96º40.71%55.69%-
HSV(B)301.96º48.94%73.73%-
XYZ33.6822.5648.48-
YUV133.65156.98166.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 185 (72.66% from 255) = 39.45%
R=40.09%
G=20.47%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889618500.490.020.26301.9640.7155.69
HexBC60B903121A12e2938
Octal2741402710612324565170
Binary1011110011000001011100101100011011010100101110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60B9; }

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

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

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

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

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

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

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

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