Html Css Color HEX #BA41AC Fuchsia

📋 copy color: '#BA41AC'

red 186 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #BA41AC

Tints of Fuchsia #BA41AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

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

R = 43.97%
G = 15.37%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA41AC (or 0xBA41AC) is known color: Fuchsia. HEX triplet: BA, 41 and AC. RGB value is (186,65,172). Sum of RGB (Red+Green+Blue) = 186+65+172=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA41AC is #45BE53. Grayscale: #717171. Windows color (decimal): -4570708 or 11289018. OLE color: 11289018.

HSL color Cylindrical-coordinate representation of color #BA41AC: hue angle of 306.94º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA41AC is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 65 172 -
CMYK 0 0.65 0.08 0.27
HSL 306.94º 0.48% 0.49% -
HSV(B) 306.94º 0.65% 0.73% -
XYZ 29.59 17.2 40.79 -
YUV 113.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 186 65 172 0 0.65 0.08 0.27 306.94 0.48 0.49
Hex BA 41 AC 0 41 8 1B 133 30 31
Octal 272 101 254 0 101 10 33 463 60 61
Binary 10111010 1000001 10101100 0 1000001 1000 11011 100110011 110000 110001

Color Harmonies of #BA41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41AC

Black with #BA41AC

Text Example


Text Example

White with #BA41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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