#BA5ABE

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

Shades of Fuchsia #BA5ABE

Tints of Fuchsia #BA5ABE

Color information

#BA5ABE (or 0xBA5ABE) is unknown color: approx Fuchsia. HEX triplet: BA, 5A and BE. RGB value is (186,90,190). Sum of RGB (Red+Green+Blue) = 186+90+190=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA5ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ABE is #45A541. Grayscale: #818181. Windows color (decimal): -4564290 or 12475066. OLE color: 12475066.

HSL color Cylindrical-coordinate representation of color #BA5ABE: hue angle of 297.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5ABE is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18690190-
CMYK0.020.5300.25
HSL297.6º43.48%54.9%-
HSV(B)297.6º52.63%74.51%-
XYZ33.221.4751.11-
YUV130.1161.8167.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 90 (35.55% from 255) = 19.31%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=39.91%
G=19.31%
B=40.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186901900.020.5300.25297.643.4854.9
HexBA5ABE23501912a2b37
Octal2721322762650314525367
Binary1011101010110101011111010110101011001100101010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5ABE; }

 p { color: rgb(186,90,190); }

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

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

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

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

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

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

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