#BC65A9

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

Shades of Fuchsia #BC65A9

Tints of Fuchsia #BC65A9

Color information

#BC65A9 (or 0xBC65A9) is unknown color: approx Fuchsia. HEX triplet: BC, 65 and A9. RGB value is (188,101,169). Sum of RGB (Red+Green+Blue) = 188+101+169=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC65A9 is #439A56. Grayscale: #868686. Windows color (decimal): -4430423 or 11101628. OLE color: 11101628.

HSL color Cylindrical-coordinate representation of color #BC65A9: hue angle of 313.1º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC65A9 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB188101169-
CMYK00.460.100.26
HSL313.1º39.37%56.67%-
HSV(B)313.1º46.28%73.73%-
XYZ32.5522.8640.23-
YUV134.76147.32165.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 101 (39.84% from 255) = 22.05%
BLUE value IS 169 (66.41% from 255) = 36.90%
R=41.05%
G=22.05%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810116900.460.100.26313.139.3756.67
HexBC65A902EA1A1392739
Octal27414525105612324714771
Binary101111001100101101010010101110101011010100111001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC65A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC65A9; }

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

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

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

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

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

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

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

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