#BA71BA

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

Shades of Fuchsia #BA71BA

Tints of Fuchsia #BA71BA

Color information

#BA71BA (or 0xBA71BA) is unknown color: approx Fuchsia. HEX triplet: BA, 71 and BA. RGB value is (186,113,186). Sum of RGB (Red+Green+Blue) = 186+113+186=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71BA is #458E45. Grayscale: #8E8E8E. Windows color (decimal): -4558406 or 12218810. OLE color: 12218810.

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

Color convert

RGB186113186-
CMYK00.3900.27
HSL300º34.6%58.63%-
HSV(B)300º39.25%72.94%-
XYZ35.0225.7949.59-
YUV143.15152.18158.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=38.35%
G=23.30%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611318600.3900.2730034.658.63
HexBA71BA02701B12c233b
Octal2721612720470334544373
Binary101110101110001101110100100111011011100101100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71BA; }

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

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

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

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

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

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

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

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