Html Css Color HEX #BA53AD Fuchsia

📋 copy color: '#BA53AD'

red 186 ◦ green 83 ◦ blue 173

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

Shades of Fuchsia #BA53AD

Tints of Fuchsia #BA53AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.14%

R = 42.08%
G = 18.78%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA53AD (or 0xBA53AD) is known color: Fuchsia. HEX triplet: BA, 53 and AD. RGB value is (186,83,173). Sum of RGB (Red+Green+Blue) = 186+83+173=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA53AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA53AD is #45AC52. Grayscale: #7B7B7B. Windows color (decimal): -4566099 or 11359162. OLE color: 11359162.

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

Color convert

RGB 186 83 173 -
CMYK 0 0.55 0.07 0.27
HSL 307.57º 0.43% 0.53% -
HSV(B) 307.57º 0.55% 0.73% -
XYZ 30.89 19.64 41.7 -
YUV 124.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 186 83 173 0 0.55 0.07 0.27 307.57 0.43 0.53
Hex BA 53 AD 0 37 7 1B 134 2B 35
Octal 272 123 255 0 67 7 33 464 53 65
Binary 10111010 1010011 10101101 0 110111 111 11011 100110100 101011 110101

Color Harmonies of #BA53AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53AD

Black with #BA53AD

Text Example


Text Example

White with #BA53AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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