Html Css Color HEX #BA53BA Fuchsia

📋 copy color: '#BA53BA'

red 186 ◦ green 83 ◦ blue 186

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

Shades of Fuchsia #BA53BA

Tints of Fuchsia #BA53BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 40.88%
G = 18.24%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA53BA (or 0xBA53BA) is known color: Fuchsia. HEX triplet: BA, 53 and BA. RGB value is (186,83,186). Sum of RGB (Red+Green+Blue) = 186+83+186=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA53BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53BA is #45AC45. Grayscale: #7D7D7D. Windows color (decimal): -4566086 or 12211130. OLE color: 12211130.

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

Color convert

RGB 186 83 186 -
CMYK 0 0.55 0 0.27
HSL 300º 0.43% 0.53% -
HSV(B) 300º 0.55% 0.73% -
XYZ 32.21 20.17 48.65 -
YUV 125.54 162.12 171.12 -
System Red Green Blue C M Y K H S L
Decimal 186 83 186 0 0.55 0 0.27 300 0.43 0.53
Hex BA 53 BA 0 37 0 1B 12C 2B 35
Octal 272 123 272 0 67 0 33 454 53 65
Binary 10111010 1010011 10111010 0 110111 0 11011 100101100 101011 110101

Color Harmonies of #BA53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53BA

Black with #BA53BA

Text Example


Text Example

White with #BA53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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