Html Css Color HEX #BA53C2 Fuchsia

📋 copy color: '#BA53C2'

red 186 ◦ green 83 ◦ blue 194

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

Shades of Fuchsia #BA53C2

Tints of Fuchsia #BA53C2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.93%

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

R = 40.17%
G = 17.93%
B = 41.9%

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

#BA53C2 (or 0xBA53C2) is known color: Fuchsia. HEX triplet: BA, 53 and C2. RGB value is (186,83,194). Sum of RGB (Red+Green+Blue) = 186+83+194=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA53C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53C2 is #45AC3D. Grayscale: #7E7E7E. Windows color (decimal): -4566078 or 12735418. OLE color: 12735418.

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

Color convert

RGB 186 83 194 -
CMYK 0.04 0.57 0 0.24
HSL 295.68º 0.48% 0.54% -
HSV(B) 295.68º 0.57% 0.76% -
XYZ 33.08 20.52 53.26 -
YUV 126.45 166.12 170.47 -
System Red Green Blue C M Y K H S L
Decimal 186 83 194 0.04 0.57 0 0.24 295.68 0.48 0.54
Hex BA 53 C2 4 39 0 18 128 30 36
Octal 272 123 302 4 71 0 30 450 60 66
Binary 10111010 1010011 11000010 100 111001 0 11000 100101000 110000 110110

Color Harmonies of #BA53C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53C2

Black with #BA53C2

Text Example


Text Example

White with #BA53C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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