Html Css Color HEX #BA51AA Fuchsia

📋 copy color: '#BA51AA'

red 186 ◦ green 81 ◦ blue 170

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

Shades of Fuchsia #BA51AA

Tints of Fuchsia #BA51AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.54%

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

R = 42.56%
G = 18.54%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA51AA (or 0xBA51AA) is known color: Fuchsia. HEX triplet: BA, 51 and AA. RGB value is (186,81,170). Sum of RGB (Red+Green+Blue) = 186+81+170=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51AA is #45AE55. Grayscale: #7A7A7A. Windows color (decimal): -4566614 or 11162042. OLE color: 11162042.

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

Color convert

RGB 186 81 170 -
CMYK 0 0.56 0.09 0.27
HSL 309.14º 0.43% 0.52% -
HSV(B) 309.14º 0.56% 0.73% -
XYZ 30.45 19.23 40.14 -
YUV 122.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 186 81 170 0 0.56 0.09 0.27 309.14 0.43 0.52
Hex BA 51 AA 0 38 9 1B 135 2B 34
Octal 272 121 252 0 70 11 33 465 53 64
Binary 10111010 1010001 10101010 0 111000 1001 11011 100110101 101011 110100

Color Harmonies of #BA51AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51AA

Black with #BA51AA

Text Example


Text Example

White with #BA51AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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