Html Css Color HEX #BA41AF Fuchsia

📋 copy color: '#BA41AF'

red 186 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #BA41AF

Tints of Fuchsia #BA41AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 43.66%
G = 15.26%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA41AF (or 0xBA41AF) is known color: Fuchsia. HEX triplet: BA, 41 and AF. RGB value is (186,65,175). Sum of RGB (Red+Green+Blue) = 186+65+175=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA41AF is #45BE50. Grayscale: #717171. Windows color (decimal): -4570705 or 11485626. OLE color: 11485626.

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

Color convert

RGB 186 65 175 -
CMYK 0 0.65 0.06 0.27
HSL 305.45º 0.48% 0.49% -
HSV(B) 305.45º 0.65% 0.73% -
XYZ 29.88 17.31 42.32 -
YUV 113.72 162.59 179.56 -
System Red Green Blue C M Y K H S L
Decimal 186 65 175 0 0.65 0.06 0.27 305.45 0.48 0.49
Hex BA 41 AF 0 41 6 1B 131 30 31
Octal 272 101 257 0 101 6 33 461 60 61
Binary 10111010 1000001 10101111 0 1000001 110 11011 100110001 110000 110001

Color Harmonies of #BA41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41AF

Black with #BA41AF

Text Example


Text Example

White with #BA41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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