Html Css Color HEX #BA50AA Fuchsia

📋 copy color: '#BA50AA'

red 186 ◦ green 80 ◦ blue 170

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

Shades of Fuchsia #BA50AA

Tints of Fuchsia #BA50AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.35%

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

R = 42.66%
G = 18.35%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA50AA (or 0xBA50AA) is known color: Fuchsia. HEX triplet: BA, 50 and AA. RGB value is (186,80,170). Sum of RGB (Red+Green+Blue) = 186+80+170=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA50AA is #45AF55. Grayscale: #797979. Windows color (decimal): -4566870 or 11161786. OLE color: 11161786.

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

Color convert

RGB 186 80 170 -
CMYK 0 0.57 0.09 0.27
HSL 309.06º 0.43% 0.52% -
HSV(B) 309.06º 0.57% 0.73% -
XYZ 30.37 19.08 40.11 -
YUV 121.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 186 80 170 0 0.57 0.09 0.27 309.06 0.43 0.52
Hex BA 50 AA 0 39 9 1B 135 2B 34
Octal 272 120 252 0 71 11 33 465 53 64
Binary 10111010 1010000 10101010 0 111001 1001 11011 100110101 101011 110100

Color Harmonies of #BA50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50AA

Black with #BA50AA

Text Example


Text Example

White with #BA50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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