#BC60B6

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

Shades of Fuchsia #BC60B6

Tints of Fuchsia #BC60B6

Color information

#BC60B6 (or 0xBC60B6) is unknown color: approx Fuchsia. HEX triplet: BC, 60 and B6. RGB value is (188,96,182). Sum of RGB (Red+Green+Blue) = 188+96+182=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60B6 is #439F49. Grayscale: #858585. Windows color (decimal): -4431690 or 11952316. OLE color: 11952316.

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

Color convert

RGB18896182-
CMYK00.490.030.26
HSL303.91º40.71%55.69%-
HSV(B)303.91º48.94%73.73%-
XYZ33.3722.4346.83-
YUV133.31155.48167.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 182 (71.48% from 255) = 39.06%
R=40.34%
G=20.60%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889618200.490.030.26303.9140.7155.69
HexBC60B603131A1302938
Octal2741402660613324605170
Binary1011110011000001011011001100011111010100110000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60B6; }

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

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

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

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

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

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

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

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