#BA29B1

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

Shades of Fuchsia #BA29B1

Tints of Fuchsia #BA29B1

Color information

#BA29B1 (or 0xBA29B1) is unknown color: approx Fuchsia. HEX triplet: BA, 29 and B1. RGB value is (186,41,177). Sum of RGB (Red+Green+Blue) = 186+41+177=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA29B1 is #45D64E. Grayscale: #636363. Windows color (decimal): -4576847 or 11610554. OLE color: 11610554.

HSL color Cylindrical-coordinate representation of color #BA29B1: hue angle of 303.72º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA29B1 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18641177-
CMYK00.780.050.27
HSL303.72º63.88%44.51%-
HSV(B)303.72º77.96%72.94%-
XYZ28.9815.243-
YUV99.86171.54189.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 41 (16.41% from 255) = 10.15%
BLUE value IS 177 (69.53% from 255) = 43.81%
R=46.04%
G=10.15%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864117700.780.050.27303.7263.8844.51
HexBA29B104E51B130402d
Octal27251261011653346010055
Binary101110101010011011000101001110101110111001100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA29B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA29B1; }

 p { color: rgb(186,41,177); }

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

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

 a { background-color: rgb(186,41,177); }

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

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

 span { border-color: rgb(186,41,177); }

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