#BA73B7

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

Shades of Fuchsia #BA73B7

Tints of Fuchsia #BA73B7

Color information

#BA73B7 (or 0xBA73B7) is unknown color: approx Fuchsia. HEX triplet: BA, 73 and B7. RGB value is (186,115,183). Sum of RGB (Red+Green+Blue) = 186+115+183=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73B7 is #458C48. Grayscale: #8F8F8F. Windows color (decimal): -4557897 or 12022714. OLE color: 12022714.

HSL color Cylindrical-coordinate representation of color #BA73B7: hue angle of 302.54º 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 #BA73B7 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB186115183-
CMYK00.380.020.27
HSL302.54º33.97%59.02%-
HSV(B)302.54º38.17%72.94%-
XYZ34.9326.1248-
YUV143.98150.02157.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 115 (45.31% from 255) = 23.76%
BLUE value IS 183 (71.88% from 255) = 37.81%
R=38.43%
G=23.76%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611518300.380.020.27302.5433.9759.02
HexBA73B702621B12f223b
Octal2721632670462334574273
Binary1011101011100111011011101001101011011100101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA73B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA73B7; }

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

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

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

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

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

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

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

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