#BA6ABF

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

Shades of Fuchsia #BA6ABF

Tints of Fuchsia #BA6ABF

Color information

#BA6ABF (or 0xBA6ABF) is unknown color: approx Fuchsia. HEX triplet: BA, 6A and BF. RGB value is (186,106,191). Sum of RGB (Red+Green+Blue) = 186+106+191=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA6ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ABF is #459540. Grayscale: #8B8B8B. Windows color (decimal): -4560193 or 12544698. OLE color: 12544698.

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

Color convert

RGB186106191-
CMYK0.030.4500.25
HSL296.47º39.91%58.24%-
HSV(B)296.47º44.5%74.9%-
XYZ34.8124.5152.19-
YUV139.61157161.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 191 (75% from 255) = 39.54%
R=38.51%
G=21.95%
B=39.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861061910.030.4500.25296.4739.9158.24
HexBA6ABF32D019128283a
Octal2721522773550314505072
Binary1011101011010101011111111101101011001100101000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6ABF; }

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

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

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

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

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

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

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

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