#BA4EB7

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

Shades of Fuchsia #BA4EB7

Tints of Fuchsia #BA4EB7

Color information

#BA4EB7 (or 0xBA4EB7) is unknown color: approx Fuchsia. HEX triplet: BA, 4E and B7. RGB value is (186,78,183). Sum of RGB (Red+Green+Blue) = 186+78+183=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EB7 is #45B148. Grayscale: #797979. Windows color (decimal): -4567369 or 12013242. OLE color: 12013242.

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

Color convert

RGB18678183-
CMYK00.580.020.27
HSL301.67º43.9%51.76%-
HSV(B)301.67º58.06%72.94%-
XYZ31.5219.3146.86-
YUV122.26162.28173.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 183 (71.88% from 255) = 40.94%
R=41.61%
G=17.45%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867818300.580.020.27301.6743.951.76
HexBA4EB703A21B12e2c34
Octal2721162670722334565464
Binary1011101010011101011011101110101011011100101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4EB7; }

 p { color: rgb(186,78,183); }

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

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

 a { background-color: rgb(186,78,183); }

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

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

 span { border-color: rgb(186,78,183); }

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