#BA68BA

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

Shades of Fuchsia #BA68BA

Tints of Fuchsia #BA68BA

Color information

#BA68BA (or 0xBA68BA) is unknown color: approx Fuchsia. HEX triplet: BA, 68 and BA. RGB value is (186,104,186). Sum of RGB (Red+Green+Blue) = 186+104+186=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA68BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68BA is #459745. Grayscale: #898989. Windows color (decimal): -4560710 or 12216506. OLE color: 12216506.

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

Color convert

RGB186104186-
CMYK00.4400.27
HSL300º37.27%56.86%-
HSV(B)300º44.09%72.94%-
XYZ34.0623.8849.27-
YUV137.87155.17162.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 104 (41.02% from 255) = 21.85%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=39.08%
G=21.85%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610418600.4400.2730037.2756.86
HexBA68BA02C01B12c2539
Octal2721502720540334544571
Binary101110101101000101110100101100011011100101100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68BA; }

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

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

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

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

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

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

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

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