Html Css Color HEX #BA4EC5 Fuchsia

📋 copy color: '#BA4EC5'

red 186 ◦ green 78 ◦ blue 197

#BA4EC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BA4EC5

Tints of Fuchsia #BA4EC5

RGB

 RED value IS 186 (73.05% from 255) = 40.35%

 GREEN value IS 78 (30.86% from 255) = 16.92%

 BLUE value IS 197 (77.34% from 255) = 42.73%

R = 40.35%
G = 16.92%
B = 42.73%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA4EC5 (or 0xBA4EC5) is known color: Fuchsia. HEX triplet: BA, 4E and C5. RGB value is (186,78,197). Sum of RGB (Red+Green+Blue) = 186+78+197=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA4EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EC5 is #45B13A. Grayscale: #7B7B7B. Windows color (decimal): -4567355 or 12930746. OLE color: 12930746.

HSL color Cylindrical-coordinate representation of color #BA4EC5: hue angle of 294.45º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4EC5 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 78 197 -
CMYK 0.06 0.60 0 0.23
HSL 294.45º 0.51% 0.54% -
HSV(B) 294.45º 0.6% 0.77% -
XYZ 33.05 19.92 54.93 -
YUV 123.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 186 78 197 0.06 0.60 0 0.23 294.45 0.51 0.54
Hex BA 4E C5 6 3C 0 17 126 33 36
Octal 272 116 305 6 74 0 27 446 63 66
Binary 10111010 1001110 11000101 110 111100 0 10111 100100110 110011 110110

Color Harmonies of #BA4EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EC5

Black with #BA4EC5

Text Example


Text Example

White with #BA4EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EC5; }

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

 H1.HeaderClassName
 {
   color: #BA4EC5;
 }
 .AnyTagClassName
 {
   color: #BA4EC5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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