#BA68BB

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

Shades of Fuchsia #BA68BB

Tints of Fuchsia #BA68BB

Color information

#BA68BB (or 0xBA68BB) is unknown color: approx Fuchsia. HEX triplet: BA, 68 and BB. RGB value is (186,104,187). Sum of RGB (Red+Green+Blue) = 186+104+187=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68BB is #459744. Grayscale: #898989. Windows color (decimal): -4560709 or 12282042. OLE color: 12282042.

HSL color Cylindrical-coordinate representation of color #BA68BB: hue angle of 299.28º degrees, saturation: 0.38, 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 #BA68BB is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186104187-
CMYK0.010.4400.27
HSL299.28º37.9%57.06%-
HSV(B)299.28º44.39%73.33%-
XYZ34.1723.9349.83-
YUV137.98155.67162.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=38.99%
G=21.80%
B=39.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861041870.010.4400.27299.2837.957.06
HexBA68BB12C01B12b2639
Octal2721502731540334534671
Binary101110101101000101110111101100011011100101011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68BB; }

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

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

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

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

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

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

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

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