#BA33AA

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

Shades of Fuchsia #BA33AA

Tints of Fuchsia #BA33AA

Color information

#BA33AA (or 0xBA33AA) is unknown color: approx Fuchsia. HEX triplet: BA, 33 and AA. RGB value is (186,51,170). Sum of RGB (Red+Green+Blue) = 186+51+170=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33AA is #45CC55. Grayscale: #686868. Windows color (decimal): -4574294 or 11154362. OLE color: 11154362.

HSL color Cylindrical-coordinate representation of color #BA33AA: hue angle of 307.11º degrees, saturation: 0.57, 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 #BA33AA is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18651170-
CMYK00.730.090.27
HSL307.11º56.96%46.47%-
HSV(B)307.11º72.58%72.94%-
XYZ28.6915.7139.55-
YUV104.93164.73185.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 51 (20.31% from 255) = 12.53%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=45.70%
G=12.53%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865117000.730.090.27307.1156.9646.47
HexBA33AA04991B133392e
Octal27263252011111334637156
Binary101110101100111010101001001001100111011100110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA33AA; }

 p { color: rgb(186,51,170); }

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

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

 a { background-color: rgb(186,51,170); }

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

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

 span { border-color: rgb(186,51,170); }

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