#BA73B6

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

Shades of Fuchsia #BA73B6

Tints of Fuchsia #BA73B6

Color information

#BA73B6 (or 0xBA73B6) is unknown color: approx Fuchsia. HEX triplet: BA, 73 and B6. RGB value is (186,115,182). Sum of RGB (Red+Green+Blue) = 186+115+182=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73B6 is #458C49. Grayscale: #8F8F8F. Windows color (decimal): -4557898 or 11957178. OLE color: 11957178.

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

Color convert

RGB186115182-
CMYK00.380.020.27
HSL303.38º33.97%59.02%-
HSV(B)303.38º38.17%72.94%-
XYZ34.8226.0847.45-
YUV143.87149.52158.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 115 (45.31% from 255) = 23.81%
BLUE value IS 182 (71.48% from 255) = 37.68%
R=38.51%
G=23.81%
B=37.68%

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
Decimal18611518200.380.020.27303.3833.9759.02
HexBA73B602621B12f223b
Octal2721632660462334574273
Binary1011101011100111011011001001101011011100101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA73B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA73B6; }

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

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

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

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

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

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

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

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