#BA6EBB

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

Shades of Fuchsia #BA6EBB

Tints of Fuchsia #BA6EBB

Color information

#BA6EBB (or 0xBA6EBB) is unknown color: approx Fuchsia. HEX triplet: BA, 6E and BB. RGB value is (186,110,187). Sum of RGB (Red+Green+Blue) = 186+110+187=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA6EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EBB is #459144. Grayscale: #8D8D8D. Windows color (decimal): -4559173 or 12283578. OLE color: 12283578.

HSL color Cylindrical-coordinate representation of color #BA6EBB: hue angle of 299.22º 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 #BA6EBB is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186110187-
CMYK0.010.4100.27
HSL299.22º36.15%58.24%-
HSV(B)299.22º41.18%73.33%-
XYZ34.825.1850.04-
YUV141.5153.68159.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 110 (43.36% from 255) = 22.77%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=38.51%
G=22.77%
B=38.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861101870.010.4100.27299.2236.1558.24
HexBA6EBB12901B12b243a
Octal2721562731510334534472
Binary101110101101110101110111101001011011100101011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EBB; }

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

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

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

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

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

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

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

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