Html Css Color HEX #BA54BD Fuchsia

📋 copy color: '#BA54BD'

red 186 ◦ green 84 ◦ blue 189

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

Shades of Fuchsia #BA54BD

Tints of Fuchsia #BA54BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 40.52%
G = 18.3%
B = 41.18%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA54BD (or 0xBA54BD) is known color: Fuchsia. HEX triplet: BA, 54 and BD. RGB value is (186,84,189). Sum of RGB (Red+Green+Blue) = 186+84+189=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA54BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54BD is #45AB42. Grayscale: #7E7E7E. Windows color (decimal): -4565827 or 12407994. OLE color: 12407994.

HSL color Cylindrical-coordinate representation of color #BA54BD: hue angle of 298.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA54BD is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 84 189 -
CMYK 0.02 0.56 0 0.26
HSL 298.29º 0.44% 0.54% -
HSV(B) 298.29º 0.56% 0.74% -
XYZ 32.61 20.45 50.37 -
YUV 126.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 186 84 189 0.02 0.56 0 0.26 298.29 0.44 0.54
Hex BA 54 BD 2 38 0 1A 12A 2C 36
Octal 272 124 275 2 70 0 32 452 54 66
Binary 10111010 1010100 10111101 10 111000 0 11010 100101010 101100 110110

Color Harmonies of #BA54BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54BD

Black with #BA54BD

Text Example


Text Example

White with #BA54BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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