#BA4BAB

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

Shades of Fuchsia #BA4BAB

Tints of Fuchsia #BA4BAB

Color information

#BA4BAB (or 0xBA4BAB) is unknown color: approx Fuchsia. HEX triplet: BA, 4B and AB. RGB value is (186,75,171). Sum of RGB (Red+Green+Blue) = 186+75+171=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BAB is #45B454. Grayscale: #767676. Windows color (decimal): -4568149 or 11226042. OLE color: 11226042.

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

Color convert

RGB18675171-
CMYK00.600.080.27
HSL308.11º44.58%51.18%-
HSV(B)308.11º59.68%72.94%-
XYZ30.1218.4140.49-
YUV119.13157.27175.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 75 (29.69% from 255) = 17.36%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=43.06%
G=17.36%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867517100.600.080.27308.1144.5851.18
HexBA4BAB03C81B1342d33
Octal27211325307410334645563
Binary101110101001011101010110111100100011011100110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4BAB; }

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

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

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

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

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

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

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

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