#BA5EB0

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

Shades of Fuchsia #BA5EB0

Tints of Fuchsia #BA5EB0

Color information

#BA5EB0 (or 0xBA5EB0) is unknown color: approx Fuchsia. HEX triplet: BA, 5E and B0. RGB value is (186,94,176). Sum of RGB (Red+Green+Blue) = 186+94+176=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5EB0 is #45A14F. Grayscale: #828282. Windows color (decimal): -4563280 or 11558586. OLE color: 11558586.

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

Color convert

RGB18694176-
CMYK00.490.050.27
HSL306.52º40%54.9%-
HSV(B)306.52º49.46%72.94%-
XYZ32.0921.5843.55-
YUV130.86153.48167.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 176 (69.14% from 255) = 38.60%
R=40.79%
G=20.61%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869417600.490.050.27306.524054.9
HexBA5EB003151B1332837
Octal2721362600615334635067
Binary10111010101111010110000011000110111011100110011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EB0; }

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

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

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

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

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

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

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

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