#BC60BA

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

Shades of Fuchsia #BC60BA

Tints of Fuchsia #BC60BA

Color information

#BC60BA (or 0xBC60BA) is unknown color: approx Fuchsia. HEX triplet: BC, 60 and BA. RGB value is (188,96,186). Sum of RGB (Red+Green+Blue) = 188+96+186=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60BA is #439F45. Grayscale: #858585. Windows color (decimal): -4431686 or 12214460. OLE color: 12214460.

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

Color convert

RGB18896186-
CMYK00.490.010.26
HSL301.3º40.71%55.69%-
HSV(B)301.3º48.94%73.73%-
XYZ33.7822.649.04-
YUV133.77157.48166.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 20.43%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=40%
G=20.43%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889618600.490.010.26301.340.7155.69
HexBC60BA03111A12d2938
Octal2741402720611324555170
Binary101111001100000101110100110001111010100101101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60BA; }

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

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

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

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

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

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

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

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