#BA5EB5

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

Shades of Fuchsia #BA5EB5

Tints of Fuchsia #BA5EB5

Color information

#BA5EB5 (or 0xBA5EB5) is unknown color: approx Fuchsia. HEX triplet: BA, 5E and B5. RGB value is (186,94,181). Sum of RGB (Red+Green+Blue) = 186+94+181=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EB5 is #45A14A. Grayscale: #838383. Windows color (decimal): -4563275 or 11886266. OLE color: 11886266.

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

Color convert

RGB18694181-
CMYK00.490.030.27
HSL303.26º40%54.9%-
HSV(B)303.26º49.46%72.94%-
XYZ32.5921.7846.2-
YUV131.43155.98166.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 94 (37.11% from 255) = 20.39%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=40.35%
G=20.39%
B=39.26%

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
Decimal1869418100.490.030.27303.264054.9
HexBA5EB503131B12f2837
Octal2721362650613334575067
Binary1011101010111101011010101100011111011100101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EB5; }

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

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

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

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

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

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

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

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