Html Css Color HEX #BA54B3 Fuchsia

📋 copy color: '#BA54B3'

red 186 ◦ green 84 ◦ blue 179

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

Shades of Fuchsia #BA54B3

Tints of Fuchsia #BA54B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.87%

R = 41.43%
G = 18.71%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA54B3 (or 0xBA54B3) is known color: Fuchsia. HEX triplet: BA, 54 and B3. RGB value is (186,84,179). Sum of RGB (Red+Green+Blue) = 186+84+179=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54B3 is #45AB4C. Grayscale: #7D7D7D. Windows color (decimal): -4565837 or 11752634. OLE color: 11752634.

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

Color convert

RGB 186 84 179 -
CMYK 0 0.55 0.04 0.27
HSL 304.12º 0.43% 0.53% -
HSV(B) 304.12º 0.55% 0.73% -
XYZ 31.56 20.03 44.85 -
YUV 125.33 158.29 171.28 -
System Red Green Blue C M Y K H S L
Decimal 186 84 179 0 0.55 0.04 0.27 304.12 0.43 0.53
Hex BA 54 B3 0 37 4 1B 130 2A 35
Octal 272 124 263 0 67 4 33 460 52 65
Binary 10111010 1010100 10110011 0 110111 100 11011 100110000 101010 110101

Color Harmonies of #BA54B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54B3

Black with #BA54B3

Text Example


Text Example

White with #BA54B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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