Html Css Color HEX #BA4AB1 Fuchsia

📋 copy color: '#BA4AB1'

red 186 ◦ green 74 ◦ blue 177

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

Shades of Fuchsia #BA4AB1

Tints of Fuchsia #BA4AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.93%

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

R = 42.56%
G = 16.93%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA4AB1 (or 0xBA4AB1) is known color: Fuchsia. HEX triplet: BA, 4A and B1. RGB value is (186,74,177). Sum of RGB (Red+Green+Blue) = 186+74+177=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AB1 is #45B54E. Grayscale: #767676. Windows color (decimal): -4568399 or 11619002. OLE color: 11619002.

HSL color Cylindrical-coordinate representation of color #BA4AB1: hue angle of 304.82º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4AB1 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 74 177 -
CMYK 0 0.60 0.05 0.27
HSL 304.82º 0.45% 0.51% -
HSV(B) 304.82º 0.6% 0.73% -
XYZ 30.63 18.51 43.55 -
YUV 119.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 186 74 177 0 0.60 0.05 0.27 304.82 0.45 0.51
Hex BA 4A B1 0 3C 5 1B 131 2D 33
Octal 272 112 261 0 74 5 33 461 55 63
Binary 10111010 1001010 10110001 0 111100 101 11011 100110001 101101 110011

Color Harmonies of #BA4AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AB1

Black with #BA4AB1

Text Example


Text Example

White with #BA4AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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