Html Css Color HEX #BA49AC Fuchsia

📋 copy color: '#BA49AC'

red 186 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #BA49AC

Tints of Fuchsia #BA49AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.94%

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 43.16%
G = 16.94%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA49AC (or 0xBA49AC) is known color: Fuchsia. HEX triplet: BA, 49 and AC. RGB value is (186,73,172). Sum of RGB (Red+Green+Blue) = 186+73+172=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49AC is #45B653. Grayscale: #757575. Windows color (decimal): -4568660 or 11291066. OLE color: 11291066.

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

Color convert

RGB 186 73 172 -
CMYK 0 0.61 0.08 0.27
HSL 307.43º 0.45% 0.51% -
HSV(B) 307.43º 0.61% 0.73% -
XYZ 30.08 18.18 40.95 -
YUV 118.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 186 73 172 0 0.61 0.08 0.27 307.43 0.45 0.51
Hex BA 49 AC 0 3D 8 1B 133 2D 33
Octal 272 111 254 0 75 10 33 463 55 63
Binary 10111010 1001001 10101100 0 111101 1000 11011 100110011 101101 110011

Color Harmonies of #BA49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49AC

Black with #BA49AC

Text Example


Text Example

White with #BA49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49AC; }

 p { color: rgb(186,73,172); }

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

background-color css

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

 a { background-color: rgb(186,73,172); }

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

border-color css

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

 span { border-color: rgb(186,73,172); }

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