#BA4EAD

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

Shades of Fuchsia #BA4EAD

Tints of Fuchsia #BA4EAD

Color information

#BA4EAD (or 0xBA4EAD) is unknown color: approx Fuchsia. HEX triplet: BA, 4E and AD. RGB value is (186,78,173). Sum of RGB (Red+Green+Blue) = 186+78+173=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4EAD is #45B152. Grayscale: #787878. Windows color (decimal): -4567379 or 11357882. OLE color: 11357882.

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

Color convert

RGB18678173-
CMYK00.580.070.27
HSL307.22º43.9%51.76%-
HSV(B)307.22º58.06%72.94%-
XYZ30.5218.9141.58-
YUV121.12157.28174.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 78 (30.86% from 255) = 17.85%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=42.56%
G=17.85%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867817300.580.070.27307.2243.951.76
HexBA4EAD03A71B1332c34
Octal2721162550727334635464
Binary10111010100111010101101011101011111011100110011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4EAD; }

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

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

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

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

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

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

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

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