#BA2AAD

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

Shades of Fuchsia #BA2AAD

Tints of Fuchsia #BA2AAD

Color information

#BA2AAD (or 0xBA2AAD) is unknown color: approx Fuchsia. HEX triplet: BA, 2A and AD. RGB value is (186,42,173). Sum of RGB (Red+Green+Blue) = 186+42+173=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2AAD is #45D552. Grayscale: #636363. Windows color (decimal): -4576595 or 11348666. OLE color: 11348666.

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

Color convert

RGB18642173-
CMYK00.770.070.27
HSL305.42º63.16%44.71%-
HSV(B)305.42º77.42%72.94%-
XYZ28.6215.1140.94-
YUV99.99169.21189.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 42 (16.80% from 255) = 10.47%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=46.38%
G=10.47%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864217300.770.070.27305.4263.1644.71
HexBA2AAD04D71B1313f2d
Octal2725225501157334617755
Binary10111010101010101011010100110111111011100110001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2AAD; }

 p { color: rgb(186,42,173); }

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

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

 a { background-color: rgb(186,42,173); }

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

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

 span { border-color: rgb(186,42,173); }

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