Html Css Color HEX #BA29B9 Fuchsia

📋 copy color: '#BA29B9'

red 186 ◦ green 41 ◦ blue 185

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

Shades of Fuchsia #BA29B9

Tints of Fuchsia #BA29B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 45.15%
G = 9.95%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA29B9 (or 0xBA29B9) is known color: Fuchsia. HEX triplet: BA, 29 and B9. RGB value is (186,41,185). Sum of RGB (Red+Green+Blue) = 186+41+185=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29B9 is #45D646. Grayscale: #646464. Windows color (decimal): -4576839 or 12134842. OLE color: 12134842.

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

Color convert

RGB 186 41 185 -
CMYK 0 0.78 0.01 0.27
HSL 300.41º 0.64% 0.45% -
HSV(B) 300.41º 0.78% 0.73% -
XYZ 29.8 15.53 47.33 -
YUV 100.77 175.54 188.79 -
System Red Green Blue C M Y K H S L
Decimal 186 41 185 0 0.78 0.01 0.27 300.41 0.64 0.45
Hex BA 29 B9 0 4E 1 1B 12C 40 2D
Octal 272 51 271 0 116 1 33 454 100 55
Binary 10111010 101001 10111001 0 1001110 1 11011 100101100 1000000 101101

Color Harmonies of #BA29B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29B9

Black with #BA29B9

Text Example


Text Example

White with #BA29B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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