Html Css Color HEX #BA49AA Fuchsia

📋 copy color: '#BA49AA'

red 186 ◦ green 73 ◦ blue 170

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

Shades of Fuchsia #BA49AA

Tints of Fuchsia #BA49AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 43.36%
G = 17.02%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA49AA (or 0xBA49AA) is known color: Fuchsia. HEX triplet: BA, 49 and AA. RGB value is (186,73,170). Sum of RGB (Red+Green+Blue) = 186+73+170=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49AA is #45B655. Grayscale: #757575. Windows color (decimal): -4568662 or 11159994. OLE color: 11159994.

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

Color convert

RGB 186 73 170 -
CMYK 0 0.61 0.09 0.27
HSL 308.5º 0.45% 0.51% -
HSV(B) 308.5º 0.61% 0.73% -
XYZ 29.89 18.11 39.95 -
YUV 117.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 186 73 170 0 0.61 0.09 0.27 308.5 0.45 0.51
Hex BA 49 AA 0 3D 9 1B 134 2D 33
Octal 272 111 252 0 75 11 33 464 55 63
Binary 10111010 1001001 10101010 0 111101 1001 11011 100110100 101101 110011

Color Harmonies of #BA49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49AA

Black with #BA49AA

Text Example


Text Example

White with #BA49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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