#BA5EA8

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

Shades of Fuchsia #BA5EA8

Tints of Fuchsia #BA5EA8

Color information

#BA5EA8 (or 0xBA5EA8) is unknown color: approx Fuchsia. HEX triplet: BA, 5E and A8. RGB value is (186,94,168). Sum of RGB (Red+Green+Blue) = 186+94+168=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5EA8 is #45A157. Grayscale: #818181. Windows color (decimal): -4563288 or 11034298. OLE color: 11034298.

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

Color convert

RGB18694168-
CMYK00.490.100.27
HSL311.74º40%54.9%-
HSV(B)311.74º49.46%72.94%-
XYZ31.3221.2739.5-
YUV129.94149.48167.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 94 (37.11% from 255) = 20.98%
BLUE value IS 168 (66.02% from 255) = 37.5%
R=41.52%
G=20.98%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869416800.490.100.27311.744054.9
HexBA5EA8031A1B1382837
Octal27213625006112334705067
Binary101110101011110101010000110001101011011100111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EA8; }

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

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

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

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

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

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

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

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