#BA62AC

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

Shades of Fuchsia #BA62AC

Tints of Fuchsia #BA62AC

Color information

#BA62AC (or 0xBA62AC) is unknown color: approx Fuchsia. HEX triplet: BA, 62 and AC. RGB value is (186,98,172). Sum of RGB (Red+Green+Blue) = 186+98+172=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62AC is #459D53. Grayscale: #848484. Windows color (decimal): -4562260 or 11297466. OLE color: 11297466.

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

Color convert

RGB18698172-
CMYK00.470.080.27
HSL309.55º38.94%55.69%-
HSV(B)309.55º47.31%72.94%-
XYZ32.0622.1541.62-
YUV132.75150.15165.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 98 (38.67% from 255) = 21.49%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=40.79%
G=21.49%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869817200.470.080.27309.5538.9455.69
HexBA62AC02F81B1362738
Octal27214225405710334664770
Binary101110101100010101011000101111100011011100110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA62AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA62AC; }

 p { color: rgb(186,98,172); }

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

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

 a { background-color: rgb(186,98,172); }

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

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

 span { border-color: rgb(186,98,172); }

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