Html Css Color HEX #BA53A7 Fuchsia

📋 copy color: '#BA53A7'

red 186 ◦ green 83 ◦ blue 167

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

Shades of Fuchsia #BA53A7

Tints of Fuchsia #BA53A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.3%

R = 42.66%
G = 19.04%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA53A7 (or 0xBA53A7) is known color: Fuchsia. HEX triplet: BA, 53 and A7. RGB value is (186,83,167). Sum of RGB (Red+Green+Blue) = 186+83+167=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA53A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA53A7 is #45AC58. Grayscale: #7B7B7B. Windows color (decimal): -4566105 or 10965946. OLE color: 10965946.

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

Color convert

RGB 186 83 167 -
CMYK 0 0.55 0.10 0.27
HSL 311.07º 0.43% 0.53% -
HSV(B) 311.07º 0.55% 0.73% -
XYZ 30.32 19.42 38.71 -
YUV 123.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 186 83 167 0 0.55 0.10 0.27 311.07 0.43 0.53
Hex BA 53 A7 0 37 A 1B 137 2B 35
Octal 272 123 247 0 67 12 33 467 53 65
Binary 10111010 1010011 10100111 0 110111 1010 11011 100110111 101011 110101

Color Harmonies of #BA53A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53A7

Black with #BA53A7

Text Example


Text Example

White with #BA53A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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