#BA40C5

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

Shades of Fuchsia #BA40C5

Tints of Fuchsia #BA40C5

Color information

#BA40C5 (or 0xBA40C5) is unknown color: approx Fuchsia. HEX triplet: BA, 40 and C5. RGB value is (186,64,197). Sum of RGB (Red+Green+Blue) = 186+64+197=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA40C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40C5 is #45BF3A. Grayscale: #737373. Windows color (decimal): -4570939 or 12927162. OLE color: 12927162.

HSL color Cylindrical-coordinate representation of color #BA40C5: hue angle of 295.04º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA40C5 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18664197-
CMYK0.060.6800.23
HSL295.04º53.41%51.18%-
HSV(B)295.04º67.51%77.25%-
XYZ32.1618.1454.63-
YUV115.64173.92178.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 64 (25.39% from 255) = 14.32%
BLUE value IS 197 (77.34% from 255) = 44.07%
R=41.61%
G=14.32%
B=44.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186641970.060.6800.23295.0453.4151.18
HexBA40C56440171273533
Octal27210030561040274476563
Binary101110101000000110001011101000100010111100100111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA40C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA40C5; }

 p { color: rgb(186,64,197); }

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

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

 a { background-color: rgb(186,64,197); }

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

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

 span { border-color: rgb(186,64,197); }

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