#BA68B8

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

Shades of Fuchsia #BA68B8

Tints of Fuchsia #BA68B8

Color information

#BA68B8 (or 0xBA68B8) is unknown color: approx Fuchsia. HEX triplet: BA, 68 and B8. RGB value is (186,104,184). Sum of RGB (Red+Green+Blue) = 186+104+184=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68B8 is #459747. Grayscale: #898989. Windows color (decimal): -4560712 or 12085434. OLE color: 12085434.

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

Color convert

RGB186104184-
CMYK00.440.010.27
HSL301.46º37.27%56.86%-
HSV(B)301.46º44.09%72.94%-
XYZ33.8523.848.16-
YUV137.64154.17162.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 104 (41.02% from 255) = 21.94%
BLUE value IS 184 (72.27% from 255) = 38.82%
R=39.24%
G=21.94%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610418400.440.010.27301.4637.2756.86
HexBA68B802C11B12d2539
Octal2721502700541334554571
Binary101110101101000101110000101100111011100101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68B8; }

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

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

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

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

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

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

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

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