#BA30AB

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

Shades of Fuchsia #BA30AB

Tints of Fuchsia #BA30AB

Color information

#BA30AB (or 0xBA30AB) is unknown color: approx Fuchsia. HEX triplet: BA, 30 and AB. RGB value is (186,48,171). Sum of RGB (Red+Green+Blue) = 186+48+171=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA30AB is #45CF54. Grayscale: #666666. Windows color (decimal): -4575061 or 11219130. OLE color: 11219130.

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

Color convert

RGB18648171-
CMYK00.740.080.27
HSL306.52º58.97%45.88%-
HSV(B)306.52º74.19%72.94%-
XYZ28.6615.4940.01-
YUV103.28166.22187-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 48 (19.14% from 255) = 11.85%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=45.93%
G=11.85%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864817100.740.080.27306.5258.9745.88
HexBA30AB04A81B1333b2e
Octal27260253011210334637356
Binary101110101100001010101101001010100011011100110011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA30AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA30AB; }

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

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

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

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

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

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

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

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