#BA33AB

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

Shades of Fuchsia #BA33AB

Tints of Fuchsia #BA33AB

Color information

#BA33AB (or 0xBA33AB) is unknown color: approx Fuchsia. HEX triplet: BA, 33 and AB. RGB value is (186,51,171). Sum of RGB (Red+Green+Blue) = 186+51+171=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33AB is #45CC54. Grayscale: #686868. Windows color (decimal): -4574293 or 11219898. OLE color: 11219898.

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

Color convert

RGB18651171-
CMYK00.730.080.27
HSL306.67º56.96%46.47%-
HSV(B)306.67º72.58%72.94%-
XYZ28.7815.7540.05-
YUV105.04165.23185.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 51 (20.31% from 255) = 12.5%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=45.59%
G=12.5%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865117100.730.080.27306.6756.9646.47
HexBA33AB04981B133392e
Octal27263253011110334637156
Binary101110101100111010101101001001100011011100110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA33AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA33AB; }

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

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

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

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

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

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

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

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