#BA4EBE

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

Shades of Fuchsia #BA4EBE

Tints of Fuchsia #BA4EBE

Color information

#BA4EBE (or 0xBA4EBE) is unknown color: approx Fuchsia. HEX triplet: BA, 4E and BE. RGB value is (186,78,190). Sum of RGB (Red+Green+Blue) = 186+78+190=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA4EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EBE is #45B141. Grayscale: #7A7A7A. Windows color (decimal): -4567362 or 12471994. OLE color: 12471994.

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

Color convert

RGB18678190-
CMYK0.020.5900.25
HSL297.86º46.28%52.55%-
HSV(B)297.86º58.95%74.51%-
XYZ32.2719.6150.8-
YUV123.06165.78172.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 78 (30.86% from 255) = 17.18%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=40.97%
G=17.18%
B=41.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186781900.020.5900.25297.8646.2852.55
HexBA4EBE23B01912a2e35
Octal2721162762730314525665
Binary1011101010011101011111010111011011001100101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4EBE; }

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

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

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

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

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

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

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

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