Html Css Color HEX #BA4EB1 Fuchsia

📋 copy color: '#BA4EB1'

red 186 ◦ green 78 ◦ blue 177

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

Shades of Fuchsia #BA4EB1

Tints of Fuchsia #BA4EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.14%

R = 42.18%
G = 17.69%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA4EB1 (or 0xBA4EB1) is known color: Fuchsia. HEX triplet: BA, 4E and B1. RGB value is (186,78,177). Sum of RGB (Red+Green+Blue) = 186+78+177=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4EB1 is #45B14E. Grayscale: #797979. Windows color (decimal): -4567375 or 11620026. OLE color: 11620026.

HSL color Cylindrical-coordinate representation of color #BA4EB1: hue angle of 305º 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 #BA4EB1 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 177 -
CMYK 0 0.58 0.05 0.27
HSL 305º 0.44% 0.52% -
HSV(B) 305º 0.58% 0.73% -
XYZ 30.91 19.06 43.65 -
YUV 121.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 186 78 177 0 0.58 0.05 0.27 305 0.44 0.52
Hex BA 4E B1 0 3A 5 1B 131 2C 34
Octal 272 116 261 0 72 5 33 461 54 64
Binary 10111010 1001110 10110001 0 111010 101 11011 100110001 101100 110100

Color Harmonies of #BA4EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EB1

Black with #BA4EB1

Text Example


Text Example

White with #BA4EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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