#BA62A9

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

Shades of Fuchsia #BA62A9

Tints of Fuchsia #BA62A9

Color information

#BA62A9 (or 0xBA62A9) is unknown color: approx Fuchsia. HEX triplet: BA, 62 and A9. RGB value is (186,98,169). Sum of RGB (Red+Green+Blue) = 186+98+169=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62A9 is #459D56. Grayscale: #848484. Windows color (decimal): -4562263 or 11100858. OLE color: 11100858.

HSL color Cylindrical-coordinate representation of color #BA62A9: hue angle of 311.59º 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 #BA62A9 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18698169-
CMYK00.470.090.27
HSL311.59º38.94%55.69%-
HSV(B)311.59º47.31%72.94%-
XYZ31.7822.0440.12-
YUV132.41148.65166.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 98 (38.67% from 255) = 21.63%
BLUE value IS 169 (66.41% from 255) = 37.31%
R=41.06%
G=21.63%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869816900.470.090.27311.5938.9455.69
HexBA62A902F91B1382738
Octal27214225105711334704770
Binary101110101100010101010010101111100111011100111000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA62A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA62A9; }

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

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

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

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

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

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

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

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