#BA58AE

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

Shades of Fuchsia #BA58AE

Tints of Fuchsia #BA58AE

Color information

#BA58AE (or 0xBA58AE) is unknown color: approx Fuchsia. HEX triplet: BA, 58 and AE. RGB value is (186,88,174). Sum of RGB (Red+Green+Blue) = 186+88+174=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA58AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA58AE is #45A751. Grayscale: #7E7E7E. Windows color (decimal): -4564818 or 11425978. OLE color: 11425978.

HSL color Cylindrical-coordinate representation of color #BA58AE: hue angle of 307.35º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA58AE is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18688174-
CMYK00.530.060.27
HSL307.35º41.53%53.73%-
HSV(B)307.35º52.69%72.94%-
XYZ31.3820.4742.34-
YUV127.11154.47170.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 88 (34.77% from 255) = 19.64%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=41.52%
G=19.64%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868817400.530.060.27307.3541.5353.73
HexBA58AE03561B1332a36
Octal2721302560656334635266
Binary10111010101100010101110011010111011011100110011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA58AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA58AE; }

 p { color: rgb(186,88,174); }

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

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

 a { background-color: rgb(186,88,174); }

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

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

 span { border-color: rgb(186,88,174); }

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