Html Css Color HEX #BA59AC Fuchsia

📋 copy color: '#BA59AC'

red 186 ◦ green 89 ◦ blue 172

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

Shades of Fuchsia #BA59AC

Tints of Fuchsia #BA59AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 41.61%
G = 19.91%
B = 38.48%

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

#BA59AC (or 0xBA59AC) is known color: Fuchsia. HEX triplet: BA, 59 and AC. RGB value is (186,89,172). Sum of RGB (Red+Green+Blue) = 186+89+172=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59AC is #45A653. Grayscale: #7F7F7F. Windows color (decimal): -4564564 or 11295162. OLE color: 11295162.

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

Color convert

RGB 186 89 172 -
CMYK 0 0.52 0.08 0.27
HSL 308.66º 0.41% 0.54% -
HSV(B) 308.66º 0.52% 0.73% -
XYZ 31.27 20.56 41.35 -
YUV 127.47 153.14 169.75 -
System Red Green Blue C M Y K H S L
Decimal 186 89 172 0 0.52 0.08 0.27 308.66 0.41 0.54
Hex BA 59 AC 0 34 8 1B 135 29 36
Octal 272 131 254 0 64 10 33 465 51 66
Binary 10111010 1011001 10101100 0 110100 1000 11011 100110101 101001 110110

Color Harmonies of #BA59AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59AC

Black with #BA59AC

Text Example


Text Example

White with #BA59AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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