#BA6EB3

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

Shades of Fuchsia #BA6EB3

Tints of Fuchsia #BA6EB3

Color information

#BA6EB3 (or 0xBA6EB3) is unknown color: approx Fuchsia. HEX triplet: BA, 6E and B3. RGB value is (186,110,179). Sum of RGB (Red+Green+Blue) = 186+110+179=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EB3 is #45914C. Grayscale: #8C8C8C. Windows color (decimal): -4559181 or 11759290. OLE color: 11759290.

HSL color Cylindrical-coordinate representation of color #BA6EB3: hue angle of 305.53º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6EB3 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB186110179-
CMYK00.410.040.27
HSL305.53º35.51%58.04%-
HSV(B)305.53º40.86%72.94%-
XYZ33.9624.8545.65-
YUV140.59149.68160.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=39.16%
G=23.16%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611017900.410.040.27305.5335.5158.04
HexBA6EB302941B132243a
Octal2721562630514334624472
Binary10111010110111010110011010100110011011100110010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EB3; }

 p { color: rgb(186,110,179); }

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

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

 a { background-color: rgb(186,110,179); }

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

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

 span { border-color: rgb(186,110,179); }

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