#BA5EB2

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

Shades of Fuchsia #BA5EB2

Tints of Fuchsia #BA5EB2

Color information

#BA5EB2 (or 0xBA5EB2) is unknown color: approx Fuchsia. HEX triplet: BA, 5E and B2. RGB value is (186,94,178). Sum of RGB (Red+Green+Blue) = 186+94+178=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5EB2 is #45A14D. Grayscale: #828282. Windows color (decimal): -4563278 or 11689658. OLE color: 11689658.

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

Color convert

RGB18694178-
CMYK00.490.040.27
HSL305.22º40%54.9%-
HSV(B)305.22º49.46%72.94%-
XYZ32.2921.6644.6-
YUV131.08154.48167.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 94 (37.11% from 255) = 20.52%
BLUE value IS 178 (69.92% from 255) = 38.86%
R=40.61%
G=20.52%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869417800.490.040.27305.224054.9
HexBA5EB203141B1312837
Octal2721362620614334615067
Binary10111010101111010110010011000110011011100110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EB2; }

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

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

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

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

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

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

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

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