Html Css Color HEX #BA29BE Fuchsia

📋 copy color: '#BA29BE'

red 186 ◦ green 41 ◦ blue 190

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

Shades of Fuchsia #BA29BE

Tints of Fuchsia #BA29BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 44.6%
G = 9.83%
B = 45.56%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA29BE (or 0xBA29BE) is known color: Fuchsia. HEX triplet: BA, 29 and BE. RGB value is (186,41,190). Sum of RGB (Red+Green+Blue) = 186+41+190=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA29BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29BE is #45D641. Grayscale: #646464. Windows color (decimal): -4576834 or 12462522. OLE color: 12462522.

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

Color convert

RGB 186 41 190 -
CMYK 0.02 0.78 0 0.25
HSL 298.39º 0.65% 0.45% -
HSV(B) 298.39º 0.78% 0.75% -
XYZ 30.34 15.74 50.15 -
YUV 101.34 178.04 188.38 -
System Red Green Blue C M Y K H S L
Decimal 186 41 190 0.02 0.78 0 0.25 298.39 0.65 0.45
Hex BA 29 BE 2 4E 0 19 12A 41 2D
Octal 272 51 276 2 116 0 31 452 101 55
Binary 10111010 101001 10111110 10 1001110 0 11001 100101010 1000001 101101

Color Harmonies of #BA29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29BE

Black with #BA29BE

Text Example


Text Example

White with #BA29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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