Html Css Color HEX #BA59A6 Fuchsia

📋 copy color: '#BA59A6'

red 186 ◦ green 89 ◦ blue 166

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

Shades of Fuchsia #BA59A6

Tints of Fuchsia #BA59A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.64%

R = 42.18%
G = 20.18%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA59A6 (or 0xBA59A6) is known color: Fuchsia. HEX triplet: BA, 59 and A6. RGB value is (186,89,166). Sum of RGB (Red+Green+Blue) = 186+89+166=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59A6 is #45A659. Grayscale: #7E7E7E. Windows color (decimal): -4564570 or 10901946. OLE color: 10901946.

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

Color convert

RGB 186 89 166 -
CMYK 0 0.52 0.11 0.27
HSL 312.37º 0.41% 0.54% -
HSV(B) 312.37º 0.52% 0.73% -
XYZ 30.71 20.34 38.38 -
YUV 126.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 186 89 166 0 0.52 0.11 0.27 312.37 0.41 0.54
Hex BA 59 A6 0 34 B 1B 138 29 36
Octal 272 131 246 0 64 13 33 470 51 66
Binary 10111010 1011001 10100110 0 110100 1011 11011 100111000 101001 110110

Color Harmonies of #BA59A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59A6

Black with #BA59A6

Text Example


Text Example

White with #BA59A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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