#BC60B2

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

Shades of Fuchsia #BC60B2

Tints of Fuchsia #BC60B2

Color information

#BC60B2 (or 0xBC60B2) is unknown color: approx Fuchsia. HEX triplet: BC, 60 and B2. RGB value is (188,96,178). Sum of RGB (Red+Green+Blue) = 188+96+178=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60B2 is #439F4D. Grayscale: #848484. Windows color (decimal): -4431694 or 11690172. OLE color: 11690172.

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

Color convert

RGB18896178-
CMYK00.490.050.26
HSL306.52º40.71%55.69%-
HSV(B)306.52º48.94%73.73%-
XYZ32.9622.2744.68-
YUV132.86153.48167.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 96 (37.89% from 255) = 20.78%
BLUE value IS 178 (69.92% from 255) = 38.53%
R=40.69%
G=20.78%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889617800.490.050.26306.5240.7155.69
HexBC60B203151A1332938
Octal2741402620615324635170
Binary10111100110000010110010011000110111010100110011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60B2; }

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

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

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

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

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

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

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

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