Html Css Color HEX #BA54B2 Fuchsia

📋 copy color: '#BA54B2'

red 186 ◦ green 84 ◦ blue 178

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

Shades of Fuchsia #BA54B2

Tints of Fuchsia #BA54B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 41.52%
G = 18.75%
B = 39.73%

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

#BA54B2 (or 0xBA54B2) is known color: Fuchsia. HEX triplet: BA, 54 and B2. RGB value is (186,84,178). Sum of RGB (Red+Green+Blue) = 186+84+178=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54B2 is #45AB4D. Grayscale: #7C7C7C. Windows color (decimal): -4565838 or 11687098. OLE color: 11687098.

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

Color convert

RGB 186 84 178 -
CMYK 0 0.55 0.04 0.27
HSL 304.71º 0.43% 0.53% -
HSV(B) 304.71º 0.55% 0.73% -
XYZ 31.46 19.99 44.32 -
YUV 125.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 186 84 178 0 0.55 0.04 0.27 304.71 0.43 0.53
Hex BA 54 B2 0 37 4 1B 131 2A 35
Octal 272 124 262 0 67 4 33 461 52 65
Binary 10111010 1010100 10110010 0 110111 100 11011 100110001 101010 110101

Color Harmonies of #BA54B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54B2

Black with #BA54B2

Text Example


Text Example

White with #BA54B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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