#BA6BAD

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

Shades of Fuchsia #BA6BAD

Tints of Fuchsia #BA6BAD

Color information

#BA6BAD (or 0xBA6BAD) is unknown color: approx Fuchsia. HEX triplet: BA, 6B and AD. RGB value is (186,107,173). Sum of RGB (Red+Green+Blue) = 186+107+173=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BAD is #459452. Grayscale: #898989. Windows color (decimal): -4559955 or 11365306. OLE color: 11365306.

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

Color convert

RGB186107173-
CMYK00.420.070.27
HSL309.87º36.41%57.45%-
HSV(B)309.87º42.47%72.94%-
XYZ33.0523.9742.42-
YUV138.15147.67162.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 107 (42.19% from 255) = 22.96%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=39.91%
G=22.96%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610717300.420.070.27309.8736.4157.45
HexBA6BAD02A71B1362439
Octal2721532550527334664471
Binary10111010110101110101101010101011111011100110110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6BAD; }

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

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

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

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

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

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

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

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