Html Css Color HEX #BA54AF Fuchsia

📋 copy color: '#BA54AF'

red 186 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #BA54AF

Tints of Fuchsia #BA54AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.88%

 BLUE value IS 175 (68.75% from 255) = 39.33%

R = 41.8%
G = 18.88%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA54AF (or 0xBA54AF) is known color: Fuchsia. HEX triplet: BA, 54 and AF. RGB value is (186,84,175). Sum of RGB (Red+Green+Blue) = 186+84+175=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54AF is #45AB50. Grayscale: #7C7C7C. Windows color (decimal): -4565841 or 11490490. OLE color: 11490490.

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

Color convert

RGB 186 84 175 -
CMYK 0 0.55 0.06 0.27
HSL 306.47º 0.43% 0.53% -
HSV(B) 306.47º 0.55% 0.73% -
XYZ 31.16 19.87 42.75 -
YUV 124.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 186 84 175 0 0.55 0.06 0.27 306.47 0.43 0.53
Hex BA 54 AF 0 37 6 1B 132 2A 35
Octal 272 124 257 0 67 6 33 462 52 65
Binary 10111010 1010100 10101111 0 110111 110 11011 100110010 101010 110101

Color Harmonies of #BA54AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54AF

Black with #BA54AF

Text Example


Text Example

White with #BA54AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54AF; }

 p { color: rgb(186,84,175); }

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

background-color css

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

 a { background-color: rgb(186,84,175); }

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

border-color css

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

 span { border-color: rgb(186,84,175); }

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