#BA73BB

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

Shades of Fuchsia #BA73BB

Tints of Fuchsia #BA73BB

Color information

#BA73BB (or 0xBA73BB) is unknown color: approx Fuchsia. HEX triplet: BA, 73 and BB. RGB value is (186,115,187). Sum of RGB (Red+Green+Blue) = 186+115+187=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA73BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73BB is #458C44. Grayscale: #909090. Windows color (decimal): -4557893 or 12284858. OLE color: 12284858.

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

Color convert

RGB186115187-
CMYK0.010.3900.27
HSL299.17º34.62%59.22%-
HSV(B)299.17º38.5%73.33%-
XYZ35.3526.2950.22-
YUV144.44152.02157.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 115 (45.31% from 255) = 23.57%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=38.11%
G=23.57%
B=38.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861151870.010.3900.27299.1734.6259.22
HexBA73BB12701B12b233b
Octal2721632731470334534373
Binary101110101110011101110111100111011011100101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA73BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA73BB; }

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

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

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

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

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

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

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

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