Html Css Color HEX #BA54A7 Fuchsia

📋 copy color: '#BA54A7'

red 186 ◦ green 84 ◦ blue 167

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

Shades of Fuchsia #BA54A7

Tints of Fuchsia #BA54A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.22%

R = 42.56%
G = 19.22%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA54A7 (or 0xBA54A7) is known color: Fuchsia. HEX triplet: BA, 54 and A7. RGB value is (186,84,167). Sum of RGB (Red+Green+Blue) = 186+84+167=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54A7 is #45AB58. Grayscale: #7B7B7B. Windows color (decimal): -4565849 or 10966202. OLE color: 10966202.

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

Color convert

RGB 186 84 167 -
CMYK 0 0.55 0.10 0.27
HSL 311.18º 0.43% 0.53% -
HSV(B) 311.18º 0.55% 0.73% -
XYZ 30.4 19.57 38.73 -
YUV 123.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 186 84 167 0 0.55 0.10 0.27 311.18 0.43 0.53
Hex BA 54 A7 0 37 A 1B 137 2A 35
Octal 272 124 247 0 67 12 33 467 52 65
Binary 10111010 1010100 10100111 0 110111 1010 11011 100110111 101010 110101

Color Harmonies of #BA54A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54A7

Black with #BA54A7

Text Example


Text Example

White with #BA54A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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