#BA30AE

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

Shades of Fuchsia #BA30AE

Tints of Fuchsia #BA30AE

Color information

#BA30AE (or 0xBA30AE) is unknown color: approx Fuchsia. HEX triplet: BA, 30 and AE. RGB value is (186,48,174). Sum of RGB (Red+Green+Blue) = 186+48+174=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA30AE is #45CF51. Grayscale: #676767. Windows color (decimal): -4575058 or 11415738. OLE color: 11415738.

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

Color convert

RGB18648174-
CMYK00.740.060.27
HSL305.22º58.97%45.88%-
HSV(B)305.22º74.19%72.94%-
XYZ28.9515.6141.53-
YUV103.63167.72186.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 48 (19.14% from 255) = 11.76%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=45.59%
G=11.76%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864817400.740.060.27305.2258.9745.88
HexBA30AE04A61B1313b2e
Octal2726025601126334617356
Binary10111010110000101011100100101011011011100110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA30AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA30AE; }

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

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

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

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

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

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

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

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