Html Css Color HEX #BA52AD Fuchsia

📋 copy color: '#BA52AD'

red 186 ◦ green 82 ◦ blue 173

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

Shades of Fuchsia #BA52AD

Tints of Fuchsia #BA52AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.59%

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

R = 42.18%
G = 18.59%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA52AD (or 0xBA52AD) is known color: Fuchsia. HEX triplet: BA, 52 and AD. RGB value is (186,82,173). Sum of RGB (Red+Green+Blue) = 186+82+173=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52AD is #45AD52. Grayscale: #7B7B7B. Windows color (decimal): -4566355 or 11358906. OLE color: 11358906.

HSL color Cylindrical-coordinate representation of color #BA52AD: hue angle of 307.5º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA52AD is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 82 173 -
CMYK 0 0.56 0.07 0.27
HSL 307.5º 0.43% 0.53% -
HSV(B) 307.5º 0.56% 0.73% -
XYZ 30.81 19.49 41.67 -
YUV 123.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 186 82 173 0 0.56 0.07 0.27 307.5 0.43 0.53
Hex BA 52 AD 0 38 7 1B 134 2B 35
Octal 272 122 255 0 70 7 33 464 53 65
Binary 10111010 1010010 10101101 0 111000 111 11011 100110100 101011 110101

Color Harmonies of #BA52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52AD

Black with #BA52AD

Text Example


Text Example

White with #BA52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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