Html Css Color HEX #BA59AB Fuchsia

📋 copy color: '#BA59AB'

red 186 ◦ green 89 ◦ blue 171

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

Shades of Fuchsia #BA59AB

Tints of Fuchsia #BA59AB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.96%

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

R = 41.7%
G = 19.96%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA59AB (or 0xBA59AB) is known color: Fuchsia. HEX triplet: BA, 59 and AB. RGB value is (186,89,171). Sum of RGB (Red+Green+Blue) = 186+89+171=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59AB is #45A654. Grayscale: #7F7F7F. Windows color (decimal): -4564565 or 11229626. OLE color: 11229626.

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

Color convert

RGB 186 89 171 -
CMYK 0 0.52 0.08 0.27
HSL 309.28º 0.41% 0.54% -
HSV(B) 309.28º 0.52% 0.73% -
XYZ 31.17 20.52 40.85 -
YUV 127.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 186 89 171 0 0.52 0.08 0.27 309.28 0.41 0.54
Hex BA 59 AB 0 34 8 1B 135 29 36
Octal 272 131 253 0 64 10 33 465 51 66
Binary 10111010 1011001 10101011 0 110100 1000 11011 100110101 101001 110110

Color Harmonies of #BA59AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59AB

Black with #BA59AB

Text Example


Text Example

White with #BA59AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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