#BA6AB8

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

Shades of Fuchsia #BA6AB8

Tints of Fuchsia #BA6AB8

Color information

#BA6AB8 (or 0xBA6AB8) is unknown color: approx Fuchsia. HEX triplet: BA, 6A and B8. RGB value is (186,106,184). Sum of RGB (Red+Green+Blue) = 186+106+184=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AB8 is #459547. Grayscale: #8A8A8A. Windows color (decimal): -4560200 or 12085946. OLE color: 12085946.

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

Color convert

RGB186106184-
CMYK00.430.010.27
HSL301.5º36.7%57.25%-
HSV(B)301.5º43.01%72.94%-
XYZ34.0624.2148.23-
YUV138.81153.5161.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 106 (41.80% from 255) = 22.27%
BLUE value IS 184 (72.27% from 255) = 38.66%
R=39.08%
G=22.27%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610618400.430.010.27301.536.757.25
HexBA6AB802B11B12e2539
Octal2721522700531334564571
Binary101110101101010101110000101011111011100101110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6AB8; }

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

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

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

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

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

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

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

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