#BA4BA6

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

Shades of Fuchsia #BA4BA6

Tints of Fuchsia #BA4BA6

Color information

#BA4BA6 (or 0xBA4BA6) is unknown color: approx Fuchsia. HEX triplet: BA, 4B and A6. RGB value is (186,75,166). Sum of RGB (Red+Green+Blue) = 186+75+166=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BA6 is #45B459. Grayscale: #767676. Windows color (decimal): -4568154 or 10898362. OLE color: 10898362.

HSL color Cylindrical-coordinate representation of color #BA4BA6: hue angle of 310.81º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4BA6 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18675166-
CMYK00.600.110.27
HSL310.81º44.58%51.18%-
HSV(B)310.81º59.68%72.94%-
XYZ29.6518.2238.03-
YUV118.56154.77176.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 75 (29.69% from 255) = 17.56%
BLUE value IS 166 (65.23% from 255) = 38.88%
R=43.56%
G=17.56%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867516600.600.110.27310.8144.5851.18
HexBA4BA603CB1B1372d33
Octal27211324607413334675563
Binary101110101001011101001100111100101111011100110111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4BA6; }

 p { color: rgb(186,75,166); }

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

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

 a { background-color: rgb(186,75,166); }

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

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

 span { border-color: rgb(186,75,166); }

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