#BA51A5

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

Shades of Fuchsia #BA51A5

Tints of Fuchsia #BA51A5

Color information

#BA51A5 (or 0xBA51A5) is unknown color: approx Fuchsia. HEX triplet: BA, 51 and A5. RGB value is (186,81,165). Sum of RGB (Red+Green+Blue) = 186+81+165=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51A5 is #45AE5A. Grayscale: #797979. Windows color (decimal): -4566619 or 10834362. OLE color: 10834362.

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

Color convert

RGB18681165-
CMYK00.560.110.27
HSL312º43.21%52.35%-
HSV(B)312º56.45%72.94%-
XYZ29.9819.0437.69-
YUV121.97152.29173.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 81 (32.03% from 255) = 18.75%
BLUE value IS 165 (64.84% from 255) = 38.19%
R=43.06%
G=18.75%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868116500.560.110.2731243.2152.35
HexBA51A5038B1B1382b34
Octal27212124507013334705364
Binary101110101010001101001010111000101111011100111000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51A5; }

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

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

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

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

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

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

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

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