#BA70AE

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

Shades of Fuchsia #BA70AE

Tints of Fuchsia #BA70AE

Color information

#BA70AE (or 0xBA70AE) is unknown color: approx Fuchsia. HEX triplet: BA, 70 and AE. RGB value is (186,112,174). Sum of RGB (Red+Green+Blue) = 186+112+174=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA70AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA70AE is #458F51. Grayscale: #8D8D8D. Windows color (decimal): -4558674 or 11432122. OLE color: 11432122.

HSL color Cylindrical-coordinate representation of color #BA70AE: hue angle of 309.73º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA70AE is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186112174-
CMYK00.400.060.27
HSL309.73º34.91%58.43%-
HSV(B)309.73º39.78%72.94%-
XYZ33.6825.0843.11-
YUV141.19146.52159.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=39.41%
G=23.73%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611217400.400.060.27309.7334.9158.43
HexBA70AE02861B136233a
Octal2721602560506334664372
Binary10111010111000010101110010100011011011100110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70AE; }

 p { color: rgb(186,112,174); }

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

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

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

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

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

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

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