#BA5EB4

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

Shades of Fuchsia #BA5EB4

Tints of Fuchsia #BA5EB4

Color information

#BA5EB4 (or 0xBA5EB4) is unknown color: approx Fuchsia. HEX triplet: BA, 5E and B4. RGB value is (186,94,180). Sum of RGB (Red+Green+Blue) = 186+94+180=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EB4 is #45A14B. Grayscale: #838383. Windows color (decimal): -4563276 or 11820730. OLE color: 11820730.

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

Color convert

RGB18694180-
CMYK00.490.030.27
HSL303.91º40%54.9%-
HSV(B)303.91º49.46%72.94%-
XYZ32.4921.7445.66-
YUV131.31155.48167.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 94 (37.11% from 255) = 20.43%
BLUE value IS 180 (70.70% from 255) = 39.13%
R=40.43%
G=20.43%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869418000.490.030.27303.914054.9
HexBA5EB403131B1302837
Octal2721362640613334605067
Binary1011101010111101011010001100011111011100110000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EB4; }

 p { color: rgb(186,94,180); }

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

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

 a { background-color: rgb(186,94,180); }

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

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

 span { border-color: rgb(186,94,180); }

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