#BA6BAC

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

Shades of Fuchsia #BA6BAC

Tints of Fuchsia #BA6BAC

Color information

#BA6BAC (or 0xBA6BAC) is unknown color: approx Fuchsia. HEX triplet: BA, 6B and AC. RGB value is (186,107,172). Sum of RGB (Red+Green+Blue) = 186+107+172=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BAC is #459453. Grayscale: #898989. Windows color (decimal): -4559956 or 11299770. OLE color: 11299770.

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

Color convert

RGB186107172-
CMYK00.420.080.27
HSL310.63º36.41%57.45%-
HSV(B)310.63º42.47%72.94%-
XYZ32.9523.9341.91-
YUV138.03147.17162.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=40%
G=23.01%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610717200.420.080.27310.6336.4157.45
HexBA6BAC02A81B1372439
Octal27215325405210334674471
Binary101110101101011101011000101010100011011100110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6BAC; }

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

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

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

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

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

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

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

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