#BA58B9

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

Shades of Fuchsia #BA58B9

Tints of Fuchsia #BA58B9

Color information

#BA58B9 (or 0xBA58B9) is unknown color: approx Fuchsia. HEX triplet: BA, 58 and B9. RGB value is (186,88,185). Sum of RGB (Red+Green+Blue) = 186+88+185=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA58B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58B9 is #45A746. Grayscale: #808080. Windows color (decimal): -4564807 or 12146874. OLE color: 12146874.

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

Color convert

RGB18688185-
CMYK00.530.010.27
HSL300.61º41.53%53.73%-
HSV(B)300.61º52.69%72.94%-
XYZ32.520.9248.22-
YUV128.36159.97169.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 88 (34.77% from 255) = 19.17%
BLUE value IS 185 (72.66% from 255) = 40.31%
R=40.52%
G=19.17%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868818500.530.010.27300.6141.5353.73
HexBA58B903511B12d2a36
Octal2721302710651334555266
Binary101110101011000101110010110101111011100101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA58B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA58B9; }

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

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

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

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

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

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

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

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