#BC60B5

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

Shades of Fuchsia #BC60B5

Tints of Fuchsia #BC60B5

Color information

#BC60B5 (or 0xBC60B5) is unknown color: approx Fuchsia. HEX triplet: BC, 60 and B5. RGB value is (188,96,181). Sum of RGB (Red+Green+Blue) = 188+96+181=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60B5 is #439F4A. Grayscale: #848484. Windows color (decimal): -4431691 or 11886780. OLE color: 11886780.

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

Color convert

RGB18896181-
CMYK00.490.040.26
HSL304.57º40.71%55.69%-
HSV(B)304.57º48.94%73.73%-
XYZ33.2622.3946.29-
YUV133.2154.98167.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 96 (37.89% from 255) = 20.65%
BLUE value IS 181 (71.09% from 255) = 38.92%
R=40.43%
G=20.65%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889618100.490.040.26304.5740.7155.69
HexBC60B503141A1312938
Octal2741402650614324615170
Binary10111100110000010110101011000110011010100110001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60B5; }

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

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

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

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

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

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

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

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