#BA5DAD

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

Shades of Fuchsia #BA5DAD

Tints of Fuchsia #BA5DAD

Color information

#BA5DAD (or 0xBA5DAD) is unknown color: approx Fuchsia. HEX triplet: BA, 5D and AD. RGB value is (186,93,173). Sum of RGB (Red+Green+Blue) = 186+93+173=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5DAD is #45A252. Grayscale: #818181. Windows color (decimal): -4563539 or 11361722. OLE color: 11361722.

HSL color Cylindrical-coordinate representation of color #BA5DAD: hue angle of 308.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5DAD is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB18693173-
CMYK00.50.070.27
HSL308.39º40.26%54.71%-
HSV(B)308.39º50%72.94%-
XYZ31.7121.2841.97-
YUV129.93152.31168-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=41.15%
G=20.58%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869317300.50.070.27308.3940.2654.71
HexBA5DAD03271B1342837
Octal2721352550627334645067
Binary10111010101110110101101011001011111011100110100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5DAD; }

 p { color: rgb(186,93,173); }

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

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

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

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

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

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

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