#BA66BA

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

Shades of Fuchsia #BA66BA

Tints of Fuchsia #BA66BA

Color information

#BA66BA (or 0xBA66BA) is unknown color: approx Fuchsia. HEX triplet: BA, 66 and BA. RGB value is (186,102,186). Sum of RGB (Red+Green+Blue) = 186+102+186=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66BA is #459945. Grayscale: #888888. Windows color (decimal): -4561222 or 12215994. OLE color: 12215994.

HSL color Cylindrical-coordinate representation of color #BA66BA: hue angle of 300º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA66BA is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186102186-
CMYK00.4500.27
HSL300º37.84%56.47%-
HSV(B)300º45.16%72.94%-
XYZ33.8623.4949.2-
YUV136.69155.83163.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 102 (40.23% from 255) = 21.52%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=39.24%
G=21.52%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610218600.4500.2730037.8456.47
HexBA66BA02D01B12c2638
Octal2721462720550334544670
Binary101110101100110101110100101101011011100101100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66BA; }

 p { color: rgb(186,102,186); }

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

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

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

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

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

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

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