#BA54C4

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

Shades of Fuchsia #BA54C4

Tints of Fuchsia #BA54C4

Color information

#BA54C4 (or 0xBA54C4) is unknown color: approx Fuchsia. HEX triplet: BA, 54 and C4. RGB value is (186,84,196). Sum of RGB (Red+Green+Blue) = 186+84+196=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA54C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54C4 is #45AB3B. Grayscale: #7E7E7E. Windows color (decimal): -4565820 or 12866746. OLE color: 12866746.

HSL color Cylindrical-coordinate representation of color #BA54C4: hue angle of 294.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA54C4 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18684196-
CMYK0.050.5700.23
HSL294.64º48.7%54.9%-
HSV(B)294.64º57.14%76.86%-
XYZ33.3820.7754.47-
YUV127.27166.79169.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 84 (33.20% from 255) = 18.03%
BLUE value IS 196 (76.95% from 255) = 42.06%
R=39.91%
G=18.03%
B=42.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186841960.050.5700.23294.6448.754.9
HexBA54C45390171273137
Octal2721243045710274476167
Binary10111010101010011000100101111001010111100100111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA54C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA54C4; }

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

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

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

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

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

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

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

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