Html Css Color HEX #BA53BF Fuchsia

📋 copy color: '#BA53BF'

red 186 ◦ green 83 ◦ blue 191

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

Shades of Fuchsia #BA53BF

Tints of Fuchsia #BA53BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.52%

R = 40.43%
G = 18.04%
B = 41.52%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA53BF (or 0xBA53BF) is known color: Fuchsia. HEX triplet: BA, 53 and BF. RGB value is (186,83,191). Sum of RGB (Red+Green+Blue) = 186+83+191=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA53BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53BF is #45AC40. Grayscale: #7D7D7D. Windows color (decimal): -4566081 or 12538810. OLE color: 12538810.

HSL color Cylindrical-coordinate representation of color #BA53BF: hue angle of 297.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA53BF is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 83 191 -
CMYK 0.03 0.57 0 0.25
HSL 297.22º 0.46% 0.54% -
HSV(B) 297.22º 0.57% 0.75% -
XYZ 32.75 20.39 51.5 -
YUV 126.11 164.62 170.72 -
System Red Green Blue C M Y K H S L
Decimal 186 83 191 0.03 0.57 0 0.25 297.22 0.46 0.54
Hex BA 53 BF 3 39 0 19 129 2E 36
Octal 272 123 277 3 71 0 31 451 56 66
Binary 10111010 1010011 10111111 11 111001 0 11001 100101001 101110 110110

Color Harmonies of #BA53BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53BF

Black with #BA53BF

Text Example


Text Example

White with #BA53BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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