#BA5EBA

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

Shades of Fuchsia #BA5EBA

Tints of Fuchsia #BA5EBA

Color information

#BA5EBA (or 0xBA5EBA) is unknown color: approx Fuchsia. HEX triplet: BA, 5E and BA. RGB value is (186,94,186). Sum of RGB (Red+Green+Blue) = 186+94+186=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EBA is #45A145. Grayscale: #838383. Windows color (decimal): -4563270 or 12213946. OLE color: 12213946.

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

Color convert

RGB18694186-
CMYK00.4900.27
HSL300º40%54.9%-
HSV(B)300º49.46%72.94%-
XYZ33.1221.9948.95-
YUV132158.48166.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 94 (37.11% from 255) = 20.17%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=39.91%
G=20.17%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869418600.4900.273004054.9
HexBA5EBA03101B12c2837
Octal2721362720610334545067
Binary101110101011110101110100110001011011100101100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EBA; }

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

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

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

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

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

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

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

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