Html Css Color HEX #BA29BA Fuchsia

📋 copy color: '#BA29BA'

red 186 ◦ green 41 ◦ blue 186

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

Shades of Fuchsia #BA29BA

Tints of Fuchsia #BA29BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 45.04%
G = 9.93%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA29BA (or 0xBA29BA) is known color: Fuchsia. HEX triplet: BA, 29 and BA. RGB value is (186,41,186). Sum of RGB (Red+Green+Blue) = 186+41+186=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA29BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29BA is #45D645. Grayscale: #646464. Windows color (decimal): -4576838 or 12200378. OLE color: 12200378.

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

Color convert

RGB 186 41 186 -
CMYK 0 0.78 0 0.27
HSL 300º 0.64% 0.45% -
HSV(B) 300º 0.78% 0.73% -
XYZ 29.91 15.57 47.88 -
YUV 100.89 176.04 188.71 -
System Red Green Blue C M Y K H S L
Decimal 186 41 186 0 0.78 0 0.27 300 0.64 0.45
Hex BA 29 BA 0 4E 0 1B 12C 40 2D
Octal 272 51 272 0 116 0 33 454 100 55
Binary 10111010 101001 10111010 0 1001110 0 11011 100101100 1000000 101101

Color Harmonies of #BA29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29BA

Black with #BA29BA

Text Example


Text Example

White with #BA29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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