Html Css Color HEX #BA4EC1 Fuchsia

📋 copy color: '#BA4EC1'

red 186 ◦ green 78 ◦ blue 193

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

Shades of Fuchsia #BA4EC1

Tints of Fuchsia #BA4EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 40.7%
G = 17.07%
B = 42.23%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA4EC1 (or 0xBA4EC1) is known color: Fuchsia. HEX triplet: BA, 4E and C1. RGB value is (186,78,193). Sum of RGB (Red+Green+Blue) = 186+78+193=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA4EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EC1 is #45B13E. Grayscale: #7B7B7B. Windows color (decimal): -4567359 or 12668602. OLE color: 12668602.

HSL color Cylindrical-coordinate representation of color #BA4EC1: hue angle of 296.35º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4EC1 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 78 193 -
CMYK 0.04 0.60 0 0.24
HSL 296.35º 0.48% 0.53% -
HSV(B) 296.35º 0.6% 0.76% -
XYZ 32.6 19.74 52.54 -
YUV 123.4 167.28 172.65 -
System Red Green Blue C M Y K H S L
Decimal 186 78 193 0.04 0.60 0 0.24 296.35 0.48 0.53
Hex BA 4E C1 4 3C 0 18 128 30 35
Octal 272 116 301 4 74 0 30 450 60 65
Binary 10111010 1001110 11000001 100 111100 0 11000 100101000 110000 110101

Color Harmonies of #BA4EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EC1

Black with #BA4EC1

Text Example


Text Example

White with #BA4EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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