#BA52A6

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

Shades of Fuchsia #BA52A6

Tints of Fuchsia #BA52A6

Color information

#BA52A6 (or 0xBA52A6) is unknown color: approx Fuchsia. HEX triplet: BA, 52 and A6. RGB value is (186,82,166). Sum of RGB (Red+Green+Blue) = 186+82+166=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52A6 is #45AD59. Grayscale: #7A7A7A. Windows color (decimal): -4566362 or 10900154. OLE color: 10900154.

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

Color convert

RGB18682166-
CMYK00.560.110.27
HSL311.54º42.98%52.55%-
HSV(B)311.54º55.91%72.94%-
XYZ30.1519.2338.2-
YUV122.67152.46173.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 166 (65.23% from 255) = 38.25%
R=42.86%
G=18.89%
B=38.25%

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
Decimal1868216600.560.110.27311.5442.9852.55
HexBA52A6038B1B1382b35
Octal27212224607013334705365
Binary101110101010010101001100111000101111011100111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA52A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA52A6; }

 p { color: rgb(186,82,166); }

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

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

 a { background-color: rgb(186,82,166); }

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

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

 span { border-color: rgb(186,82,166); }

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