#BA5CAC

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

Shades of Fuchsia #BA5CAC

Tints of Fuchsia #BA5CAC

Color information

#BA5CAC (or 0xBA5CAC) is unknown color: approx Fuchsia. HEX triplet: BA, 5C and AC. RGB value is (186,92,172). Sum of RGB (Red+Green+Blue) = 186+92+172=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5CAC is #45A353. Grayscale: #818181. Windows color (decimal): -4563796 or 11295930. OLE color: 11295930.

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

Color convert

RGB18692172-
CMYK00.510.080.27
HSL308.94º40.52%54.51%-
HSV(B)308.94º50.54%72.94%-
XYZ31.5221.0741.44-
YUV129.23152.14168.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 92 (36.33% from 255) = 20.44%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=41.33%
G=20.44%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869217200.510.080.27308.9440.5254.51
HexBA5CAC03381B1352937
Octal27213425406310334655167
Binary101110101011100101011000110011100011011100110101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CAC; }

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

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

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

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

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

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

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

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