Html Css Color HEX #BA29BF Fuchsia

📋 copy color: '#BA29BF'

red 186 ◦ green 41 ◦ blue 191

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

Shades of Fuchsia #BA29BF

Tints of Fuchsia #BA29BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.69%

R = 44.5%
G = 9.81%
B = 45.69%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA29BF (or 0xBA29BF) is known color: Fuchsia. HEX triplet: BA, 29 and BF. RGB value is (186,41,191). Sum of RGB (Red+Green+Blue) = 186+41+191=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA29BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29BF is #45D640. Grayscale: #656565. Windows color (decimal): -4576833 or 12528058. OLE color: 12528058.

HSL color Cylindrical-coordinate representation of color #BA29BF: hue angle of 298º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA29BF is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 41 191 -
CMYK 0.03 0.79 0 0.25
HSL 298º 0.65% 0.45% -
HSV(B) 298º 0.79% 0.75% -
XYZ 30.45 15.79 50.73 -
YUV 101.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 186 41 191 0.03 0.79 0 0.25 298 0.65 0.45
Hex BA 29 BF 3 4F 0 19 12A 41 2D
Octal 272 51 277 3 117 0 31 452 101 55
Binary 10111010 101001 10111111 11 1001111 0 11001 100101010 1000001 101101

Color Harmonies of #BA29BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29BF

Black with #BA29BF

Text Example


Text Example

White with #BA29BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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