#BC65BE

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

Shades of Fuchsia #BC65BE

Tints of Fuchsia #BC65BE

Color information

#BC65BE (or 0xBC65BE) is unknown color: approx Fuchsia. HEX triplet: BC, 65 and BE. RGB value is (188,101,190). Sum of RGB (Red+Green+Blue) = 188+101+190=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65BE is #439A41. Grayscale: #888888. Windows color (decimal): -4430402 or 12477884. OLE color: 12477884.

HSL color Cylindrical-coordinate representation of color #BC65BE: hue angle of 298.65º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC65BE is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188101190-
CMYK0.010.4700.25
HSL298.65º40.64%57.06%-
HSV(B)298.65º46.84%74.51%-
XYZ34.6923.7251.46-
YUV137.16157.82164.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 101 (39.84% from 255) = 21.09%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=39.25%
G=21.09%
B=39.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881011900.010.4700.25298.6540.6457.06
HexBC65BE12F01912b2939
Octal2741452761570314535171
Binary101111001100101101111101101111011001100101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC65BE; }

 p { color: rgb(188,101,190); }

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

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

 a { background-color: rgb(188,101,190); }

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

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

 span { border-color: rgb(188,101,190); }

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