#BA6BAE

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

Shades of Fuchsia #BA6BAE

Tints of Fuchsia #BA6BAE

Color information

#BA6BAE (or 0xBA6BAE) is unknown color: approx Fuchsia. HEX triplet: BA, 6B and AE. RGB value is (186,107,174). Sum of RGB (Red+Green+Blue) = 186+107+174=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BAE is #459451. Grayscale: #8A8A8A. Windows color (decimal): -4559954 or 11430842. OLE color: 11430842.

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

Color convert

RGB186107174-
CMYK00.420.060.27
HSL309.11º36.41%57.45%-
HSV(B)309.11º42.47%72.94%-
XYZ33.1524.0142.93-
YUV138.26148.17162.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 107 (42.19% from 255) = 22.91%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=39.83%
G=22.91%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610717400.420.060.27309.1136.4157.45
HexBA6BAE02A61B1352439
Octal2721532560526334654471
Binary10111010110101110101110010101011011011100110101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6BAE; }

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

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

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

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

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

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

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

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