#BA73BA

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

Shades of Fuchsia #BA73BA

Tints of Fuchsia #BA73BA

Color information

#BA73BA (or 0xBA73BA) is unknown color: approx Fuchsia. HEX triplet: BA, 73 and BA. RGB value is (186,115,186). Sum of RGB (Red+Green+Blue) = 186+115+186=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73BA is #458C45. Grayscale: #909090. Windows color (decimal): -4557894 or 12219322. OLE color: 12219322.

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

Color convert

RGB186115186-
CMYK00.3800.27
HSL300º33.97%59.02%-
HSV(B)300º38.17%72.94%-
XYZ35.2426.2549.66-
YUV144.32151.52157.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 115 (45.31% from 255) = 23.61%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=38.19%
G=23.61%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611518600.3800.2730033.9759.02
HexBA73BA02601B12c223b
Octal2721632720460334544273
Binary101110101110011101110100100110011011100101100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA73BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA73BA; }

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

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

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

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

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

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

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

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