#BA58B4

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

Shades of Fuchsia #BA58B4

Tints of Fuchsia #BA58B4

Color information

#BA58B4 (or 0xBA58B4) is unknown color: approx Fuchsia. HEX triplet: BA, 58 and B4. RGB value is (186,88,180). Sum of RGB (Red+Green+Blue) = 186+88+180=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA58B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58B4 is #45A74B. Grayscale: #7F7F7F. Windows color (decimal): -4564812 or 11819194. OLE color: 11819194.

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

Color convert

RGB18688180-
CMYK00.530.030.27
HSL303.67º41.53%53.73%-
HSV(B)303.67º52.69%72.94%-
XYZ31.9820.7145.49-
YUV127.79157.47169.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 88 (34.77% from 255) = 19.38%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=40.97%
G=19.38%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868818000.530.030.27303.6741.5353.73
HexBA58B403531B1302a36
Octal2721302640653334605266
Binary1011101010110001011010001101011111011100110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA58B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA58B4; }

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

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

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

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

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

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

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

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