#BA4CAB

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

Shades of Fuchsia #BA4CAB

Tints of Fuchsia #BA4CAB

Color information

#BA4CAB (or 0xBA4CAB) is unknown color: approx Fuchsia. HEX triplet: BA, 4C and AB. RGB value is (186,76,171). Sum of RGB (Red+Green+Blue) = 186+76+171=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CAB is #45B354. Grayscale: #777777. Windows color (decimal): -4567893 or 11226298. OLE color: 11226298.

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

Color convert

RGB18676171-
CMYK00.590.080.27
HSL308.18º44.35%51.37%-
HSV(B)308.18º59.14%72.94%-
XYZ30.1818.5540.52-
YUV119.72156.94175.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 76 (30.08% from 255) = 17.55%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=42.96%
G=17.55%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867617100.590.080.27308.1844.3551.37
HexBA4CAB03B81B1342c33
Octal27211425307310334645463
Binary101110101001100101010110111011100011011100110100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4CAB; }

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

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

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

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

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

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

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

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