#BA54C1

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

Shades of Fuchsia #BA54C1

Tints of Fuchsia #BA54C1

Color information

#BA54C1 (or 0xBA54C1) is unknown color: approx Fuchsia. HEX triplet: BA, 54 and C1. RGB value is (186,84,193). Sum of RGB (Red+Green+Blue) = 186+84+193=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA54C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54C1 is #45AB3E. Grayscale: #7E7E7E. Windows color (decimal): -4565823 or 12670138. OLE color: 12670138.

HSL color Cylindrical-coordinate representation of color #BA54C1: hue angle of 296.15º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA54C1 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18684193-
CMYK0.040.5600.24
HSL296.15º46.78%54.31%-
HSV(B)296.15º56.48%75.69%-
XYZ33.0520.6352.69-
YUV126.92165.29170.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 84 (33.20% from 255) = 18.14%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=40.17%
G=18.14%
B=41.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186841930.040.5600.24296.1546.7854.31
HexBA54C14380181282f36
Octal2721243014700304505766
Binary10111010101010011000001100111000011000100101000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA54C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA54C1; }

 p { color: rgb(186,84,193); }

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

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

 a { background-color: rgb(186,84,193); }

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

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

 span { border-color: rgb(186,84,193); }

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