#BA61C5

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

Shades of Fuchsia #BA61C5

Tints of Fuchsia #BA61C5

Color information

#BA61C5 (or 0xBA61C5) is unknown color: approx Fuchsia. HEX triplet: BA, 61 and C5. RGB value is (186,97,197). Sum of RGB (Red+Green+Blue) = 186+97+197=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA61C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61C5 is #459E3A. Grayscale: #868686. Windows color (decimal): -4562491 or 12935610. OLE color: 12935610.

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

Color convert

RGB18697197-
CMYK0.060.5100.23
HSL293.4º46.3%57.65%-
HSV(B)293.4º50.76%77.25%-
XYZ34.623.0255.44-
YUV135.01162.99164.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 97 (38.28% from 255) = 20.21%
BLUE value IS 197 (77.34% from 255) = 41.04%
R=38.75%
G=20.21%
B=41.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186971970.060.5100.23293.446.357.65
HexBA61C56330171252e3a
Octal2721413056630274455672
Binary10111010110000111000101110110011010111100100101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61C5; }

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

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

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

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

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

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

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

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