Html Css Color HEX #BA57A8 Fuchsia

📋 copy color: '#BA57A8'

red 186 ◦ green 87 ◦ blue 168

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

Shades of Fuchsia #BA57A8

Tints of Fuchsia #BA57A8

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.73%

 BLUE value IS 168 (66.02% from 255) = 38.1%

R = 42.18%
G = 19.73%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA57A8 (or 0xBA57A8) is known color: Fuchsia. HEX triplet: BA, 57 and A8. RGB value is (186,87,168). Sum of RGB (Red+Green+Blue) = 186+87+168=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA57A8 is #45A857. Grayscale: #7D7D7D. Windows color (decimal): -4565080 or 11032506. OLE color: 11032506.

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

Color convert

RGB 186 87 168 -
CMYK 0 0.53 0.10 0.27
HSL 310.91º 0.42% 0.54% -
HSV(B) 310.91º 0.53% 0.73% -
XYZ 30.73 20.08 39.3 -
YUV 125.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 186 87 168 0 0.53 0.10 0.27 310.91 0.42 0.54
Hex BA 57 A8 0 35 A 1B 137 2A 36
Octal 272 127 250 0 65 12 33 467 52 66
Binary 10111010 1010111 10101000 0 110101 1010 11011 100110111 101010 110110

Color Harmonies of #BA57A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57A8

Black with #BA57A8

Text Example


Text Example

White with #BA57A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57A8; }

 p { color: rgb(186,87,168); }

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

background-color css

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

 a { background-color: rgb(186,87,168); }

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

border-color css

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

 span { border-color: rgb(186,87,168); }

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