#BA53B8

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

Shades of Fuchsia #BA53B8

Tints of Fuchsia #BA53B8

Color information

#BA53B8 (or 0xBA53B8) is unknown color: approx Fuchsia. HEX triplet: BA, 53 and B8. RGB value is (186,83,184). Sum of RGB (Red+Green+Blue) = 186+83+184=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA53B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53B8 is #45AC47. Grayscale: #7D7D7D. Windows color (decimal): -4566088 or 12080058. OLE color: 12080058.

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

Color convert

RGB18683184-
CMYK00.550.010.27
HSL301.17º42.74%52.75%-
HSV(B)301.17º55.38%72.94%-
XYZ31.9920.0947.54-
YUV125.31161.12171.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 83 (32.81% from 255) = 18.32%
BLUE value IS 184 (72.27% from 255) = 40.62%
R=41.06%
G=18.32%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868318400.550.010.27301.1742.7452.75
HexBA53B803711B12d2b35
Octal2721232700671334555365
Binary101110101010011101110000110111111011100101101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA53B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA53B8; }

 p { color: rgb(186,83,184); }

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

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

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

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

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

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

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