#BA76BA

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

Shades of Fuchsia #BA76BA

Tints of Fuchsia #BA76BA

Color information

#BA76BA (or 0xBA76BA) is unknown color: approx Fuchsia. HEX triplet: BA, 76 and BA. RGB value is (186,118,186). Sum of RGB (Red+Green+Blue) = 186+118+186=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76BA is #458945. Grayscale: #919191. Windows color (decimal): -4557126 or 12220090. OLE color: 12220090.

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

Color convert

RGB186118186-
CMYK00.3700.27
HSL300º33.01%59.61%-
HSV(B)300º36.56%72.94%-
XYZ35.5926.9449.78-
YUV146.08150.53156.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 118 (46.48% from 255) = 24.08%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=37.96%
G=24.08%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611818600.3700.2730033.0159.61
HexBA76BA02501B12c213c
Octal2721662720450334544174
Binary101110101110110101110100100101011011100101100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76BA; }

 p { color: rgb(186,118,186); }

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

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

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

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

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

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

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