#BA58BA

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

Shades of Fuchsia #BA58BA

Tints of Fuchsia #BA58BA

Color information

#BA58BA (or 0xBA58BA) is unknown color: approx Fuchsia. HEX triplet: BA, 58 and BA. RGB value is (186,88,186). Sum of RGB (Red+Green+Blue) = 186+88+186=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA58BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58BA is #45A745. Grayscale: #808080. Windows color (decimal): -4564806 or 12212410. OLE color: 12212410.

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

Color convert

RGB18688186-
CMYK00.5300.27
HSL300º41.53%53.73%-
HSV(B)300º52.69%72.94%-
XYZ32.620.9648.78-
YUV128.47160.47169.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 88 (34.77% from 255) = 19.13%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=40.43%
G=19.13%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868818600.5300.2730041.5353.73
HexBA58BA03501B12c2a36
Octal2721302720650334545266
Binary101110101011000101110100110101011011100101100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA58BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA58BA; }

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

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

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

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

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

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

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

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