#BA68B1

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

Shades of Fuchsia #BA68B1

Tints of Fuchsia #BA68B1

Color information

#BA68B1 (or 0xBA68B1) is unknown color: approx Fuchsia. HEX triplet: BA, 68 and B1. RGB value is (186,104,177). Sum of RGB (Red+Green+Blue) = 186+104+177=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68B1 is #45974E. Grayscale: #888888. Windows color (decimal): -4560719 or 11626682. OLE color: 11626682.

HSL color Cylindrical-coordinate representation of color #BA68B1: hue angle of 306.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA68B1 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB186104177-
CMYK00.440.050.27
HSL306.59º37.27%56.86%-
HSV(B)306.59º44.09%72.94%-
XYZ33.1423.5144.39-
YUV136.84150.67163.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 104 (41.02% from 255) = 22.27%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=39.83%
G=22.27%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610417700.440.050.27306.5937.2756.86
HexBA68B102C51B1332539
Octal2721502610545334634571
Binary10111010110100010110001010110010111011100110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68B1; }

 p { color: rgb(186,104,177); }

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

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

 a { background-color: rgb(186,104,177); }

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

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

 span { border-color: rgb(186,104,177); }

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