Html Css Color HEX #BA54BA Fuchsia

📋 copy color: '#BA54BA'

red 186 ◦ green 84 ◦ blue 186

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

Shades of Fuchsia #BA54BA

Tints of Fuchsia #BA54BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 40.79%
G = 18.42%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA54BA (or 0xBA54BA) is known color: Fuchsia. HEX triplet: BA, 54 and BA. RGB value is (186,84,186). Sum of RGB (Red+Green+Blue) = 186+84+186=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA54BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54BA is #45AB45. Grayscale: #7D7D7D. Windows color (decimal): -4565830 or 12211386. OLE color: 12211386.

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

Color convert

RGB 186 84 186 -
CMYK 0 0.55 0 0.27
HSL 300º 0.43% 0.53% -
HSV(B) 300º 0.55% 0.73% -
XYZ 32.28 20.32 48.68 -
YUV 126.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 186 84 186 0 0.55 0 0.27 300 0.43 0.53
Hex BA 54 BA 0 37 0 1B 12C 2A 35
Octal 272 124 272 0 67 0 33 454 52 65
Binary 10111010 1010100 10111010 0 110111 0 11011 100101100 101010 110101

Color Harmonies of #BA54BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54BA

Black with #BA54BA

Text Example


Text Example

White with #BA54BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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