#BA5AC5

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

Shades of Fuchsia #BA5AC5

Tints of Fuchsia #BA5AC5

Color information

#BA5AC5 (or 0xBA5AC5) is unknown color: approx Fuchsia. HEX triplet: BA, 5A and C5. RGB value is (186,90,197). Sum of RGB (Red+Green+Blue) = 186+90+197=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA5AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AC5 is #45A53A. Grayscale: #828282. Windows color (decimal): -4564283 or 12933818. OLE color: 12933818.

HSL color Cylindrical-coordinate representation of color #BA5AC5: hue angle of 293.83º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5AC5 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18690197-
CMYK0.060.5400.23
HSL293.83º47.98%56.27%-
HSV(B)293.83º54.31%77.25%-
XYZ33.9821.7855.24-
YUV130.9165.3167.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 90 (35.55% from 255) = 19.03%
BLUE value IS 197 (77.34% from 255) = 41.65%
R=39.32%
G=19.03%
B=41.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186901970.060.5400.23293.8347.9856.27
HexBA5AC56360171263038
Octal2721323056660274466070
Binary10111010101101011000101110110110010111100100110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5AC5; }

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

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

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

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

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

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

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

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