#BA76BF

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

Shades of Fuchsia #BA76BF

Tints of Fuchsia #BA76BF

Color information

#BA76BF (or 0xBA76BF) is unknown color: approx Fuchsia. HEX triplet: BA, 76 and BF. RGB value is (186,118,191). Sum of RGB (Red+Green+Blue) = 186+118+191=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA76BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76BF is #458940. Grayscale: #929292. Windows color (decimal): -4557121 or 12547770. OLE color: 12547770.

HSL color Cylindrical-coordinate representation of color #BA76BF: hue angle of 295.89º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA76BF is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186118191-
CMYK0.030.3800.25
HSL295.89º36.32%60.59%-
HSV(B)295.89º38.22%74.9%-
XYZ36.1327.1652.63-
YUV146.65153.03156.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 191 (75% from 255) = 38.59%
R=37.58%
G=23.84%
B=38.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861181910.030.3800.25295.8936.3260.59
HexBA76BF326019128243d
Octal2721662773460314504475
Binary1011101011101101011111111100110011001100101000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76BF; }

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

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

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

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

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

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

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

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