Html Css Color HEX #BA29B6 Fuchsia

📋 copy color: '#BA29B6'

red 186 ◦ green 41 ◦ blue 182

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

Shades of Fuchsia #BA29B6

Tints of Fuchsia #BA29B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.5%

R = 45.48%
G = 10.02%
B = 44.5%

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

#BA29B6 (or 0xBA29B6) is known color: Fuchsia. HEX triplet: BA, 29 and B6. RGB value is (186,41,182). Sum of RGB (Red+Green+Blue) = 186+41+182=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29B6 is #45D649. Grayscale: #646464. Windows color (decimal): -4576842 or 11938234. OLE color: 11938234.

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

Color convert

RGB 186 41 182 -
CMYK 0 0.78 0.02 0.27
HSL 301.66º 0.64% 0.45% -
HSV(B) 301.66º 0.78% 0.73% -
XYZ 29.49 15.4 45.67 -
YUV 100.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 186 41 182 0 0.78 0.02 0.27 301.66 0.64 0.45
Hex BA 29 B6 0 4E 2 1B 12E 40 2D
Octal 272 51 266 0 116 2 33 456 100 55
Binary 10111010 101001 10110110 0 1001110 10 11011 100101110 1000000 101101

Color Harmonies of #BA29B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29B6

Black with #BA29B6

Text Example


Text Example

White with #BA29B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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