Html Css Color HEX #BA41A6 Fuchsia

📋 copy color: '#BA41A6'

red 186 ◦ green 65 ◦ blue 166

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

Shades of Fuchsia #BA41A6

Tints of Fuchsia #BA41A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.81%

R = 44.6%
G = 15.59%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA41A6 (or 0xBA41A6) is known color: Fuchsia. HEX triplet: BA, 41 and A6. RGB value is (186,65,166). Sum of RGB (Red+Green+Blue) = 186+65+166=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA41A6 is #45BE59. Grayscale: #707070. Windows color (decimal): -4570714 or 10895802. OLE color: 10895802.

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

Color convert

RGB 186 65 166 -
CMYK 0 0.65 0.11 0.27
HSL 309.92º 0.48% 0.49% -
HSV(B) 309.92º 0.65% 0.73% -
XYZ 29.02 16.97 37.82 -
YUV 112.69 158.09 180.29 -
System Red Green Blue C M Y K H S L
Decimal 186 65 166 0 0.65 0.11 0.27 309.92 0.48 0.49
Hex BA 41 A6 0 41 B 1B 136 30 31
Octal 272 101 246 0 101 13 33 466 60 61
Binary 10111010 1000001 10100110 0 1000001 1011 11011 100110110 110000 110001

Color Harmonies of #BA41A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41A6

Black with #BA41A6

Text Example


Text Example

White with #BA41A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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