#BA6EBE

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

Shades of Fuchsia #BA6EBE

Tints of Fuchsia #BA6EBE

Color information

#BA6EBE (or 0xBA6EBE) is unknown color: approx Fuchsia. HEX triplet: BA, 6E and BE. RGB value is (186,110,190). Sum of RGB (Red+Green+Blue) = 186+110+190=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA6EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EBE is #459141. Grayscale: #8D8D8D. Windows color (decimal): -4559170 or 12480186. OLE color: 12480186.

HSL color Cylindrical-coordinate representation of color #BA6EBE: hue angle of 297º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6EBE is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186110190-
CMYK0.020.4200.25
HSL297º38.1%58.82%-
HSV(B)297º42.11%74.51%-
XYZ35.1225.3151.75-
YUV141.84155.18159.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 110 (43.36% from 255) = 22.63%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=38.27%
G=22.63%
B=39.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861101900.020.4200.2529738.158.82
HexBA6EBE22A019129263b
Octal2721562762520314514673
Binary1011101011011101011111010101010011001100101001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EBE; }

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

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

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

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

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

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

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

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