#BA58A7

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

Shades of Fuchsia #BA58A7

Tints of Fuchsia #BA58A7

Color information

#BA58A7 (or 0xBA58A7) is unknown color: approx Fuchsia. HEX triplet: BA, 58 and A7. RGB value is (186,88,167). Sum of RGB (Red+Green+Blue) = 186+88+167=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA58A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA58A7 is #45A758. Grayscale: #7E7E7E. Windows color (decimal): -4564825 or 10967226. OLE color: 10967226.

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

Color convert

RGB18688167-
CMYK00.530.100.27
HSL311.63º41.53%53.73%-
HSV(B)311.63º52.69%72.94%-
XYZ30.7120.2138.84-
YUV126.31150.97170.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 88 (34.77% from 255) = 19.95%
BLUE value IS 167 (65.62% from 255) = 37.87%
R=42.18%
G=19.95%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868816700.530.100.27311.6341.5353.73
HexBA58A7035A1B1382a36
Octal27213024706512334705266
Binary101110101011000101001110110101101011011100111000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA58A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA58A7; }

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

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

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

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

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

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

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

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