Html Css Color HEX #BA58AA Fuchsia

📋 copy color: '#BA58AA'

red 186 ◦ green 88 ◦ blue 170

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

Shades of Fuchsia #BA58AA

Tints of Fuchsia #BA58AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.82%

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 41.89%
G = 19.82%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA58AA (or 0xBA58AA) is known color: Fuchsia. HEX triplet: BA, 58 and AA. RGB value is (186,88,170). Sum of RGB (Red+Green+Blue) = 186+88+170=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA58AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA58AA is #45A755. Grayscale: #7E7E7E. Windows color (decimal): -4564822 or 11163834. OLE color: 11163834.

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

Color convert

RGB 186 88 170 -
CMYK 0 0.53 0.09 0.27
HSL 309.8º 0.42% 0.54% -
HSV(B) 309.8º 0.53% 0.73% -
XYZ 31 20.32 40.32 -
YUV 126.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 186 88 170 0 0.53 0.09 0.27 309.8 0.42 0.54
Hex BA 58 AA 0 35 9 1B 136 2A 36
Octal 272 130 252 0 65 11 33 466 52 66
Binary 10111010 1011000 10101010 0 110101 1001 11011 100110110 101010 110110

Color Harmonies of #BA58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58AA

Black with #BA58AA

Text Example


Text Example

White with #BA58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58AA; }

 p { color: rgb(186,88,170); }

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

background-color css

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

 a { background-color: rgb(186,88,170); }

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

border-color css

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

 span { border-color: rgb(186,88,170); }

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