#BA45A5

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

Shades of Fuchsia #BA45A5

Tints of Fuchsia #BA45A5

Color information

#BA45A5 (or 0xBA45A5) is unknown color: approx Fuchsia. HEX triplet: BA, 45 and A5. RGB value is (186,69,165). Sum of RGB (Red+Green+Blue) = 186+69+165=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA45A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA45A5 is #45BA5A. Grayscale: #727272. Windows color (decimal): -4569691 or 10831290. OLE color: 10831290.

HSL color Cylindrical-coordinate representation of color #BA45A5: hue angle of 310.77º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA45A5 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18669165-
CMYK00.630.110.27
HSL310.77º45.88%50%-
HSV(B)310.77º62.9%72.94%-
XYZ29.1717.4137.42-
YUV114.93156.26178.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 69 (27.34% from 255) = 16.43%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=44.29%
G=16.43%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866916500.630.110.27310.7745.8850
HexBA45A503FB1B1372e32
Octal27210524507713334675662
Binary101110101000101101001010111111101111011100110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA45A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA45A5; }

 p { color: rgb(186,69,165); }

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

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

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

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

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

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

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