Html Css Color HEX #BA53AF Fuchsia

📋 copy color: '#BA53AF'

red 186 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #BA53AF

Tints of Fuchsia #BA53AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 41.89%
G = 18.69%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA53AF (or 0xBA53AF) is known color: Fuchsia. HEX triplet: BA, 53 and AF. RGB value is (186,83,175). Sum of RGB (Red+Green+Blue) = 186+83+175=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA53AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA53AF is #45AC50. Grayscale: #7C7C7C. Windows color (decimal): -4566097 or 11490234. OLE color: 11490234.

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

Color convert

RGB 186 83 175 -
CMYK 0 0.55 0.06 0.27
HSL 306.41º 0.43% 0.53% -
HSV(B) 306.41º 0.55% 0.73% -
XYZ 31.08 19.72 42.73 -
YUV 124.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 186 83 175 0 0.55 0.06 0.27 306.41 0.43 0.53
Hex BA 53 AF 0 37 6 1B 132 2B 35
Octal 272 123 257 0 67 6 33 462 53 65
Binary 10111010 1010011 10101111 0 110111 110 11011 100110010 101011 110101

Color Harmonies of #BA53AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53AF

Black with #BA53AF

Text Example


Text Example

White with #BA53AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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