Html Css Color HEX #BA56AB Fuchsia

📋 copy color: '#BA56AB'

red 186 ◦ green 86 ◦ blue 171

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

Shades of Fuchsia #BA56AB

Tints of Fuchsia #BA56AB

RGB

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

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

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

R = 41.99%
G = 19.41%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA56AB (or 0xBA56AB) is known color: Fuchsia. HEX triplet: BA, 56 and AB. RGB value is (186,86,171). Sum of RGB (Red+Green+Blue) = 186+86+171=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA56AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA56AB is #45A954. Grayscale: #7D7D7D. Windows color (decimal): -4565333 or 11228858. OLE color: 11228858.

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

Color convert

RGB 186 86 171 -
CMYK 0 0.54 0.08 0.27
HSL 309º 0.42% 0.53% -
HSV(B) 309º 0.54% 0.73% -
XYZ 30.93 20.03 40.77 -
YUV 125.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 186 86 171 0 0.54 0.08 0.27 309 0.42 0.53
Hex BA 56 AB 0 36 8 1B 135 2A 35
Octal 272 126 253 0 66 10 33 465 52 65
Binary 10111010 1010110 10101011 0 110110 1000 11011 100110101 101010 110101

Color Harmonies of #BA56AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56AB

Black with #BA56AB

Text Example


Text Example

White with #BA56AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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