#BA32AD

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

Shades of Fuchsia #BA32AD

Tints of Fuchsia #BA32AD

Color information

#BA32AD (or 0xBA32AD) is unknown color: approx Fuchsia. HEX triplet: BA, 32 and AD. RGB value is (186,50,173). Sum of RGB (Red+Green+Blue) = 186+50+173=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA32AD is #45CD52. Grayscale: #686868. Windows color (decimal): -4574547 or 11350714. OLE color: 11350714.

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

Color convert

RGB18650173-
CMYK00.730.070.27
HSL305.74º57.63%46.27%-
HSV(B)305.74º73.12%72.94%-
XYZ28.9315.7441.05-
YUV104.69166.56186-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 50 (19.92% from 255) = 12.22%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=45.48%
G=12.22%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865017300.730.070.27305.7457.6346.27
HexBA32AD04971B1323a2e
Octal2726225501117334627256
Binary10111010110010101011010100100111111011100110010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA32AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA32AD; }

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

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

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

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

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

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

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

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