Html Css Color HEX #BA29AF Fuchsia

📋 copy color: '#BA29AF'

red 186 ◦ green 41 ◦ blue 175

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

Shades of Fuchsia #BA29AF

Tints of Fuchsia #BA29AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.2%

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

R = 46.27%
G = 10.2%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA29AF (or 0xBA29AF) is known color: Fuchsia. HEX triplet: BA, 29 and AF. RGB value is (186,41,175). Sum of RGB (Red+Green+Blue) = 186+41+175=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA29AF is #45D650. Grayscale: #636363. Windows color (decimal): -4576849 or 11479482. OLE color: 11479482.

HSL color Cylindrical-coordinate representation of color #BA29AF: hue angle of 304.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA29AF is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 175 -
CMYK 0 0.78 0.06 0.27
HSL 304.55º 0.64% 0.45% -
HSV(B) 304.55º 0.78% 0.73% -
XYZ 28.78 15.12 41.96 -
YUV 99.63 170.54 189.6 -
System Red Green Blue C M Y K H S L
Decimal 186 41 175 0 0.78 0.06 0.27 304.55 0.64 0.45
Hex BA 29 AF 0 4E 6 1B 131 40 2D
Octal 272 51 257 0 116 6 33 461 100 55
Binary 10111010 101001 10101111 0 1001110 110 11011 100110001 1000000 101101

Color Harmonies of #BA29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29AF

Black with #BA29AF

Text Example


Text Example

White with #BA29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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