Html Css Color HEX #BA54C1 Fuchsia

📋 copy color: '#BA54C1'

red 186 ◦ green 84 ◦ blue 193

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

Shades of Fuchsia #BA54C1

Tints of Fuchsia #BA54C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.68%

R = 40.17%
G = 18.14%
B = 41.68%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA54C1 (or 0xBA54C1) is known color: Fuchsia. HEX triplet: BA, 54 and C1. RGB value is (186,84,193). Sum of RGB (Red+Green+Blue) = 186+84+193=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA54C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54C1 is #45AB3E. Grayscale: #7E7E7E. Windows color (decimal): -4565823 or 12670138. OLE color: 12670138.

HSL color Cylindrical-coordinate representation of color #BA54C1: hue angle of 296.15º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA54C1 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 84 193 -
CMYK 0.04 0.56 0 0.24
HSL 296.15º 0.47% 0.54% -
HSV(B) 296.15º 0.56% 0.76% -
XYZ 33.05 20.63 52.69 -
YUV 126.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 186 84 193 0.04 0.56 0 0.24 296.15 0.47 0.54
Hex BA 54 C1 4 38 0 18 128 2F 36
Octal 272 124 301 4 70 0 30 450 57 66
Binary 10111010 1010100 11000001 100 111000 0 11000 100101000 101111 110110

Color Harmonies of #BA54C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54C1

Black with #BA54C1

Text Example


Text Example

White with #BA54C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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