#BA31CA

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

Shades of Fuchsia #BA31CA

Tints of Fuchsia #BA31CA

Color information

#BA31CA (or 0xBA31CA) is unknown color: approx Fuchsia. HEX triplet: BA, 31 and CA. RGB value is (186,49,202). Sum of RGB (Red+Green+Blue) = 186+49+202=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA31CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31CA is #45CE35. Grayscale: #6A6A6A. Windows color (decimal): -4574774 or 13251002. OLE color: 13251002.

HSL color Cylindrical-coordinate representation of color #BA31CA: hue angle of 293.73º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA31CA is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18649202-
CMYK0.080.7600.21
HSL293.73º60.96%49.22%-
HSV(B)293.73º75.74%79.22%-
XYZ32.0116.957.45-
YUV107.4181.39184.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 49 (19.53% from 255) = 11.21%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=42.56%
G=11.21%
B=46.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186492020.080.7600.21293.7360.9649.22
HexBA31CA84C0151263d31
Octal27261312101140254467561
Binary101110101100011100101010001001100010101100100110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA31CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA31CA; }

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

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

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

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

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

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

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

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