#BA76BE

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

Shades of Fuchsia #BA76BE

Tints of Fuchsia #BA76BE

Color information

#BA76BE (or 0xBA76BE) is unknown color: approx Fuchsia. HEX triplet: BA, 76 and BE. RGB value is (186,118,190). Sum of RGB (Red+Green+Blue) = 186+118+190=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76BE is #458941. Grayscale: #929292. Windows color (decimal): -4557122 or 12482234. OLE color: 12482234.

HSL color Cylindrical-coordinate representation of color #BA76BE: hue angle of 296.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA76BE is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186118190-
CMYK0.020.3800.25
HSL296.67º35.64%60.39%-
HSV(B)296.67º37.89%74.51%-
XYZ36.0227.1152.05-
YUV146.54152.53156.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 118 (46.48% from 255) = 23.89%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=37.65%
G=23.89%
B=38.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861181900.020.3800.25296.6735.6460.39
HexBA76BE226019129243c
Octal2721662762460314514474
Binary1011101011101101011111010100110011001100101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76BE; }

 p { color: rgb(186,118,190); }

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

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

 a { background-color: rgb(186,118,190); }

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

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

 span { border-color: rgb(186,118,190); }

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