#BA54C0

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

Shades of Fuchsia #BA54C0

Tints of Fuchsia #BA54C0

Color information

#BA54C0 (or 0xBA54C0) is unknown color: approx Fuchsia. HEX triplet: BA, 54 and C0. RGB value is (186,84,192). Sum of RGB (Red+Green+Blue) = 186+84+192=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA54C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54C0 is #45AB3F. Grayscale: #7E7E7E. Windows color (decimal): -4565824 or 12604602. OLE color: 12604602.

HSL color Cylindrical-coordinate representation of color #BA54C0: hue angle of 296.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA54C0 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18684192-
CMYK0.030.5600.25
HSL296.67º46.15%54.12%-
HSV(B)296.67º56.25%75.29%-
XYZ32.9320.5952.11-
YUV126.81164.79170.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 84 (33.20% from 255) = 18.18%
BLUE value IS 192 (75.39% from 255) = 41.56%
R=40.26%
G=18.18%
B=41.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186841920.030.5600.25296.6746.1554.12
HexBA54C03380191292e36
Octal2721243003700314515666
Binary1011101010101001100000011111000011001100101001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA54C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA54C0; }

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

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

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

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

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

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

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

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