#BA5CAA

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

Shades of Fuchsia #BA5CAA

Tints of Fuchsia #BA5CAA

Color information

#BA5CAA (or 0xBA5CAA) is unknown color: approx Fuchsia. HEX triplet: BA, 5C and AA. RGB value is (186,92,170). Sum of RGB (Red+Green+Blue) = 186+92+170=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5CAA is #45A355. Grayscale: #808080. Windows color (decimal): -4563798 or 11164858. OLE color: 11164858.

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

Color convert

RGB18692170-
CMYK00.510.090.27
HSL310.21º40.52%54.51%-
HSV(B)310.21º50.54%72.94%-
XYZ31.332140.43-
YUV129151.14168.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 92 (36.33% from 255) = 20.54%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=41.52%
G=20.54%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869217000.510.090.27310.2140.5254.51
HexBA5CAA03391B1362937
Octal27213425206311334665167
Binary101110101011100101010100110011100111011100110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CAA; }

 p { color: rgb(186,92,170); }

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

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

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

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

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

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

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