Html Css Color HEX #BA52A5 Fuchsia

📋 copy color: '#BA52A5'

red 186 ◦ green 82 ◦ blue 165

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

Shades of Fuchsia #BA52A5

Tints of Fuchsia #BA52A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.11%

R = 42.96%
G = 18.94%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA52A5 (or 0xBA52A5) is known color: Fuchsia. HEX triplet: BA, 52 and A5. RGB value is (186,82,165). Sum of RGB (Red+Green+Blue) = 186+82+165=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52A5 is #45AD5A. Grayscale: #7A7A7A. Windows color (decimal): -4566363 or 10834618. OLE color: 10834618.

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

Color convert

RGB 186 82 165 -
CMYK 0 0.56 0.11 0.27
HSL 312.12º 0.43% 0.53% -
HSV(B) 312.12º 0.56% 0.73% -
XYZ 30.06 19.19 37.72 -
YUV 122.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 186 82 165 0 0.56 0.11 0.27 312.12 0.43 0.53
Hex BA 52 A5 0 38 B 1B 138 2B 35
Octal 272 122 245 0 70 13 33 470 53 65
Binary 10111010 1010010 10100101 0 111000 1011 11011 100111000 101011 110101

Color Harmonies of #BA52A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52A5

Black with #BA52A5

Text Example


Text Example

White with #BA52A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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