#BA5ABD

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

Shades of Fuchsia #BA5ABD

Tints of Fuchsia #BA5ABD

Color information

#BA5ABD (or 0xBA5ABD) is unknown color: approx Fuchsia. HEX triplet: BA, 5A and BD. RGB value is (186,90,189). Sum of RGB (Red+Green+Blue) = 186+90+189=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA5ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ABD is #45A542. Grayscale: #818181. Windows color (decimal): -4564291 or 12409530. OLE color: 12409530.

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

Color convert

RGB18690189-
CMYK0.020.5200.26
HSL298.18º42.86%54.71%-
HSV(B)298.18º52.38%74.12%-
XYZ33.0921.4350.54-
YUV129.99161.3167.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 90 (35.55% from 255) = 19.35%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=40%
G=19.35%
B=40.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186901890.020.5200.26298.1842.8654.71
HexBA5ABD23401A12a2b37
Octal2721322752640324525367
Binary1011101010110101011110110110100011010100101010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5ABD; }

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

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

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

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

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

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

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

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