Html Css Color HEX #BA56AA Fuchsia

📋 copy color: '#BA56AA'

red 186 ◦ green 86 ◦ blue 170

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

Shades of Fuchsia #BA56AA

Tints of Fuchsia #BA56AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.46%

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

R = 42.08%
G = 19.46%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA56AA (or 0xBA56AA) is known color: Fuchsia. HEX triplet: BA, 56 and AA. RGB value is (186,86,170). Sum of RGB (Red+Green+Blue) = 186+86+170=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA56AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA56AA is #45A955. Grayscale: #7D7D7D. Windows color (decimal): -4565334 or 11163322. OLE color: 11163322.

HSL color Cylindrical-coordinate representation of color #BA56AA: hue angle of 309.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA56AA is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 86 170 -
CMYK 0 0.54 0.09 0.27
HSL 309.6º 0.42% 0.53% -
HSV(B) 309.6º 0.54% 0.73% -
XYZ 30.83 20 40.26 -
YUV 125.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 186 86 170 0 0.54 0.09 0.27 309.6 0.42 0.53
Hex BA 56 AA 0 36 9 1B 136 2A 35
Octal 272 126 252 0 66 11 33 466 52 65
Binary 10111010 1010110 10101010 0 110110 1001 11011 100110110 101010 110101

Color Harmonies of #BA56AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56AA

Black with #BA56AA

Text Example


Text Example

White with #BA56AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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