Html Css Color HEX #BA49AB Fuchsia

📋 copy color: '#BA49AB'

red 186 ◦ green 73 ◦ blue 171

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

Shades of Fuchsia #BA49AB

Tints of Fuchsia #BA49AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 43.26%
G = 16.98%
B = 39.77%

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

#BA49AB (or 0xBA49AB) is known color: Fuchsia. HEX triplet: BA, 49 and AB. RGB value is (186,73,171). Sum of RGB (Red+Green+Blue) = 186+73+171=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49AB is #45B654. Grayscale: #757575. Windows color (decimal): -4568661 or 11225530. OLE color: 11225530.

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

Color convert

RGB 186 73 171 -
CMYK 0 0.61 0.08 0.27
HSL 307.96º 0.45% 0.51% -
HSV(B) 307.96º 0.61% 0.73% -
XYZ 29.98 18.14 40.45 -
YUV 117.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 186 73 171 0 0.61 0.08 0.27 307.96 0.45 0.51
Hex BA 49 AB 0 3D 8 1B 134 2D 33
Octal 272 111 253 0 75 10 33 464 55 63
Binary 10111010 1001001 10101011 0 111101 1000 11011 100110100 101101 110011

Color Harmonies of #BA49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49AB

Black with #BA49AB

Text Example


Text Example

White with #BA49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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