#BA31B0

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

Shades of Fuchsia #BA31B0

Tints of Fuchsia #BA31B0

Color information

#BA31B0 (or 0xBA31B0) is unknown color: approx Fuchsia. HEX triplet: BA, 31 and B0. RGB value is (186,49,176). Sum of RGB (Red+Green+Blue) = 186+49+176=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA31B0 is #45CE4F. Grayscale: #686868. Windows color (decimal): -4574800 or 11547066. OLE color: 11547066.

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

Color convert

RGB18649176-
CMYK00.740.050.27
HSL304.38º58.3%46.08%-
HSV(B)304.38º73.66%72.94%-
XYZ29.1815.7742.58-
YUV104.44168.39186.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 49 (19.53% from 255) = 11.92%
BLUE value IS 176 (69.14% from 255) = 42.82%
R=45.26%
G=11.92%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864917600.740.050.27304.3858.346.08
HexBA31B004A51B1303a2e
Octal2726126001125334607256
Binary10111010110001101100000100101010111011100110000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA31B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA31B0; }

 p { color: rgb(186,49,176); }

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

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

 a { background-color: rgb(186,49,176); }

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

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

 span { border-color: rgb(186,49,176); }

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