Html Css Color HEX #BA50AC Fuchsia

📋 copy color: '#BA50AC'

red 186 ◦ green 80 ◦ blue 172

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

Shades of Fuchsia #BA50AC

Tints of Fuchsia #BA50AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 42.47%
G = 18.26%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA50AC (or 0xBA50AC) is known color: Fuchsia. HEX triplet: BA, 50 and AC. RGB value is (186,80,172). Sum of RGB (Red+Green+Blue) = 186+80+172=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA50AC is #45AF53. Grayscale: #797979. Windows color (decimal): -4566868 or 11292858. OLE color: 11292858.

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

Color convert

RGB 186 80 172 -
CMYK 0 0.57 0.08 0.27
HSL 307.92º 0.43% 0.52% -
HSV(B) 307.92º 0.57% 0.73% -
XYZ 30.56 19.15 41.12 -
YUV 122.18 156.12 173.52 -
System Red Green Blue C M Y K H S L
Decimal 186 80 172 0 0.57 0.08 0.27 307.92 0.43 0.52
Hex BA 50 AC 0 39 8 1B 134 2B 34
Octal 272 120 254 0 71 10 33 464 53 64
Binary 10111010 1010000 10101100 0 111001 1000 11011 100110100 101011 110100

Color Harmonies of #BA50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50AC

Black with #BA50AC

Text Example


Text Example

White with #BA50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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