#BA6ABE

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

Shades of Fuchsia #BA6ABE

Tints of Fuchsia #BA6ABE

Color information

#BA6ABE (or 0xBA6ABE) is unknown color: approx Fuchsia. HEX triplet: BA, 6A and BE. RGB value is (186,106,190). Sum of RGB (Red+Green+Blue) = 186+106+190=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA6ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ABE is #459541. Grayscale: #8B8B8B. Windows color (decimal): -4560194 or 12479162. OLE color: 12479162.

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

Color convert

RGB186106190-
CMYK0.020.4400.25
HSL297.14º39.25%58.04%-
HSV(B)297.14º44.21%74.51%-
XYZ34.724.4651.61-
YUV139.5156.5161.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=38.59%
G=21.99%
B=39.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861061900.020.4400.25297.1439.2558.04
HexBA6ABE22C019129273a
Octal2721522762540314514772
Binary1011101011010101011111010101100011001100101001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6ABE; }

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

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

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

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

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

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

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

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