#BA6EAD

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

Shades of Fuchsia #BA6EAD

Tints of Fuchsia #BA6EAD

Color information

#BA6EAD (or 0xBA6EAD) is unknown color: approx Fuchsia. HEX triplet: BA, 6E and AD. RGB value is (186,110,173). Sum of RGB (Red+Green+Blue) = 186+110+173=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6EAD is #459152. Grayscale: #8B8B8B. Windows color (decimal): -4559187 or 11366074. OLE color: 11366074.

HSL color Cylindrical-coordinate representation of color #BA6EAD: hue angle of 310.26º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6EAD is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB186110173-
CMYK00.410.070.27
HSL310.26º35.51%58.04%-
HSV(B)310.26º40.86%72.94%-
XYZ33.3724.6142.53-
YUV139.91146.68160.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=39.66%
G=23.45%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611017300.410.070.27310.2635.5158.04
HexBA6EAD02971B136243a
Octal2721562550517334664472
Binary10111010110111010101101010100111111011100110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EAD; }

 p { color: rgb(186,110,173); }

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

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

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

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

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

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

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