Html Css Color HEX #BA29BD Fuchsia

📋 copy color: '#BA29BD'

red 186 ◦ green 41 ◦ blue 189

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

Shades of Fuchsia #BA29BD

Tints of Fuchsia #BA29BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 44.71%
G = 9.86%
B = 45.43%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA29BD (or 0xBA29BD) is known color: Fuchsia. HEX triplet: BA, 29 and BD. RGB value is (186,41,189). Sum of RGB (Red+Green+Blue) = 186+41+189=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA29BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29BD is #45D642. Grayscale: #646464. Windows color (decimal): -4576835 or 12396986. OLE color: 12396986.

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

Color convert

RGB 186 41 189 -
CMYK 0.02 0.78 0 0.26
HSL 298.78º 0.64% 0.45% -
HSV(B) 298.78º 0.78% 0.74% -
XYZ 30.23 15.7 49.58 -
YUV 101.23 177.54 188.47 -
System Red Green Blue C M Y K H S L
Decimal 186 41 189 0.02 0.78 0 0.26 298.78 0.64 0.45
Hex BA 29 BD 2 4E 0 1A 12B 40 2D
Octal 272 51 275 2 116 0 32 453 100 55
Binary 10111010 101001 10111101 10 1001110 0 11010 100101011 1000000 101101

Color Harmonies of #BA29BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29BD

Black with #BA29BD

Text Example


Text Example

White with #BA29BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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