#BA6EB5

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

Shades of Fuchsia #BA6EB5

Tints of Fuchsia #BA6EB5

Color information

#BA6EB5 (or 0xBA6EB5) is unknown color: approx Fuchsia. HEX triplet: BA, 6E and B5. RGB value is (186,110,181). Sum of RGB (Red+Green+Blue) = 186+110+181=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EB5 is #45914A. Grayscale: #8C8C8C. Windows color (decimal): -4559179 or 11890362. OLE color: 11890362.

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

Color convert

RGB186110181-
CMYK00.410.030.27
HSL303.95º35.51%58.04%-
HSV(B)303.95º40.86%72.94%-
XYZ34.1724.9346.73-
YUV140.82150.68160.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 110 (43.36% from 255) = 23.06%
BLUE value IS 181 (71.09% from 255) = 37.95%
R=38.99%
G=23.06%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611018100.410.030.27303.9535.5158.04
HexBA6EB502931B130243a
Octal2721562650513334604472
Binary1011101011011101011010101010011111011100110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EB5; }

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

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

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

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

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

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

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

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