#BA58A6

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

Shades of Fuchsia #BA58A6

Tints of Fuchsia #BA58A6

Color information

#BA58A6 (or 0xBA58A6) is unknown color: approx Fuchsia. HEX triplet: BA, 58 and A6. RGB value is (186,88,166). Sum of RGB (Red+Green+Blue) = 186+88+166=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA58A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA58A6 is #45A759. Grayscale: #7D7D7D. Windows color (decimal): -4564826 or 10901690. OLE color: 10901690.

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

Color convert

RGB18688166-
CMYK00.530.110.27
HSL312.24º41.53%53.73%-
HSV(B)312.24º52.69%72.94%-
XYZ30.6220.1738.36-
YUV126.19150.47170.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 166 (65.23% from 255) = 37.73%
R=42.27%
G=20%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868816600.530.110.27312.2441.5353.73
HexBA58A6035B1B1382a36
Octal27213024606513334705266
Binary101110101011000101001100110101101111011100111000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA58A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA58A6; }

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

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

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

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

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

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

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

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