Html Css Color HEX #BA54AA Fuchsia

📋 copy color: '#BA54AA'

red 186 ◦ green 84 ◦ blue 170

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

Shades of Fuchsia #BA54AA

Tints of Fuchsia #BA54AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 42.27%
G = 19.09%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA54AA (or 0xBA54AA) is known color: Fuchsia. HEX triplet: BA, 54 and AA. RGB value is (186,84,170). Sum of RGB (Red+Green+Blue) = 186+84+170=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54AA is #45AB55. Grayscale: #7C7C7C. Windows color (decimal): -4565846 or 11162810. OLE color: 11162810.

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

Color convert

RGB 186 84 170 -
CMYK 0 0.55 0.09 0.27
HSL 309.41º 0.43% 0.53% -
HSV(B) 309.41º 0.55% 0.73% -
XYZ 30.68 19.68 40.21 -
YUV 124.3 153.79 172.01 -
System Red Green Blue C M Y K H S L
Decimal 186 84 170 0 0.55 0.09 0.27 309.41 0.43 0.53
Hex BA 54 AA 0 37 9 1B 135 2A 35
Octal 272 124 252 0 67 11 33 465 52 65
Binary 10111010 1010100 10101010 0 110111 1001 11011 100110101 101010 110101

Color Harmonies of #BA54AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54AA

Black with #BA54AA

Text Example


Text Example

White with #BA54AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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