#BA5BAA

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

Shades of Fuchsia #BA5BAA

Tints of Fuchsia #BA5BAA

Color information

#BA5BAA (or 0xBA5BAA) is unknown color: approx Fuchsia. HEX triplet: BA, 5B and AA. RGB value is (186,91,170). Sum of RGB (Red+Green+Blue) = 186+91+170=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5BAA is #45A455. Grayscale: #808080. Windows color (decimal): -4564054 or 11164602. OLE color: 11164602.

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

Color convert

RGB18691170-
CMYK00.510.090.27
HSL310.11º40.77%54.31%-
HSV(B)310.11º51.08%72.94%-
XYZ31.2520.8240.4-
YUV128.41151.47169.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=41.61%
G=20.36%
B=38.03%

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
Decimal1869117000.510.090.27310.1140.7754.31
HexBA5BAA03391B1362936
Octal27213325206311334665166
Binary101110101011011101010100110011100111011100110110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5BAA; }

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

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

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

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

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

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

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

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