#BA73C1

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

Shades of Fuchsia #BA73C1

Tints of Fuchsia #BA73C1

Color information

#BA73C1 (or 0xBA73C1) is unknown color: approx Fuchsia. HEX triplet: BA, 73 and C1. RGB value is (186,115,193). Sum of RGB (Red+Green+Blue) = 186+115+193=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA73C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73C1 is #458C3E. Grayscale: #909090. Windows color (decimal): -4557887 or 12678074. OLE color: 12678074.

HSL color Cylindrical-coordinate representation of color #BA73C1: hue angle of 294.62º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA73C1 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186115193-
CMYK0.040.4000.24
HSL294.62º38.61%60.39%-
HSV(B)294.62º40.41%75.69%-
XYZ36.0126.5553.68-
YUV145.12155.02157.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 115 (45.31% from 255) = 23.28%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=37.65%
G=23.28%
B=39.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861151930.040.4000.24294.6238.6160.39
HexBA73C1428018127273c
Octal2721633014500304474774
Binary10111010111001111000001100101000011000100100111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA73C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA73C1; }

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

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

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

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

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

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

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

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