Html Css Color HEX #BA29B7 Fuchsia

📋 copy color: '#BA29B7'

red 186 ◦ green 41 ◦ blue 183

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

Shades of Fuchsia #BA29B7

Tints of Fuchsia #BA29B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.63%

R = 45.37%
G = 10%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA29B7 (or 0xBA29B7) is known color: Fuchsia. HEX triplet: BA, 29 and B7. RGB value is (186,41,183). Sum of RGB (Red+Green+Blue) = 186+41+183=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29B7 is #45D648. Grayscale: #646464. Windows color (decimal): -4576841 or 12003770. OLE color: 12003770.

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

Color convert

RGB 186 41 183 -
CMYK 0 0.78 0.02 0.27
HSL 301.24º 0.64% 0.45% -
HSV(B) 301.24º 0.78% 0.73% -
XYZ 29.59 15.44 46.22 -
YUV 100.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 186 41 183 0 0.78 0.02 0.27 301.24 0.64 0.45
Hex BA 29 B7 0 4E 2 1B 12D 40 2D
Octal 272 51 267 0 116 2 33 455 100 55
Binary 10111010 101001 10110111 0 1001110 10 11011 100101101 1000000 101101

Color Harmonies of #BA29B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29B7

Black with #BA29B7

Text Example


Text Example

White with #BA29B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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