Html Css Color HEX #BA54C2 Fuchsia

📋 copy color: '#BA54C2'

red 186 ◦ green 84 ◦ blue 194

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

Shades of Fuchsia #BA54C2

Tints of Fuchsia #BA54C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.81%

R = 40.09%
G = 18.1%
B = 41.81%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA54C2 (or 0xBA54C2) is known color: Fuchsia. HEX triplet: BA, 54 and C2. RGB value is (186,84,194). Sum of RGB (Red+Green+Blue) = 186+84+194=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA54C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54C2 is #45AB3D. Grayscale: #7E7E7E. Windows color (decimal): -4565822 or 12735674. OLE color: 12735674.

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

Color convert

RGB 186 84 194 -
CMYK 0.04 0.57 0 0.24
HSL 295.64º 0.47% 0.55% -
HSV(B) 295.64º 0.57% 0.76% -
XYZ 33.16 20.67 53.28 -
YUV 127.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 186 84 194 0.04 0.57 0 0.24 295.64 0.47 0.55
Hex BA 54 C2 4 39 0 18 128 2F 37
Octal 272 124 302 4 71 0 30 450 57 67
Binary 10111010 1010100 11000010 100 111001 0 11000 100101000 101111 110111

Color Harmonies of #BA54C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54C2

Black with #BA54C2

Text Example


Text Example

White with #BA54C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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