#BA6BAF

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

Shades of Fuchsia #BA6BAF

Tints of Fuchsia #BA6BAF

Color information

#BA6BAF (or 0xBA6BAF) is unknown color: approx Fuchsia. HEX triplet: BA, 6B and AF. RGB value is (186,107,175). Sum of RGB (Red+Green+Blue) = 186+107+175=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BAF is #459450. Grayscale: #8A8A8A. Windows color (decimal): -4559953 or 11496378. OLE color: 11496378.

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

Color convert

RGB186107175-
CMYK00.420.060.27
HSL308.35º36.41%57.45%-
HSV(B)308.35º42.47%72.94%-
XYZ33.2524.0543.45-
YUV138.37148.67161.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 107 (42.19% from 255) = 22.86%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=39.74%
G=22.86%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610717500.420.060.27308.3536.4157.45
HexBA6BAF02A61B1342439
Octal2721532570526334644471
Binary10111010110101110101111010101011011011100110100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6BAF; }

 p { color: rgb(186,107,175); }

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

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

 a { background-color: rgb(186,107,175); }

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

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

 span { border-color: rgb(186,107,175); }

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