Html Css Color HEX #BA29B2 Fuchsia

📋 copy color: '#BA29B2'

red 186 ◦ green 41 ◦ blue 178

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

Shades of Fuchsia #BA29B2

Tints of Fuchsia #BA29B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.95%

R = 45.93%
G = 10.12%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA29B2 (or 0xBA29B2) is known color: Fuchsia. HEX triplet: BA, 29 and B2. RGB value is (186,41,178). Sum of RGB (Red+Green+Blue) = 186+41+178=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA29B2 is #45D64D. Grayscale: #636363. Windows color (decimal): -4576846 or 11676090. OLE color: 11676090.

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

Color convert

RGB 186 41 178 -
CMYK 0 0.78 0.04 0.27
HSL 303.31º 0.64% 0.45% -
HSV(B) 303.31º 0.78% 0.73% -
XYZ 29.08 15.24 43.53 -
YUV 99.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 186 41 178 0 0.78 0.04 0.27 303.31 0.64 0.45
Hex BA 29 B2 0 4E 4 1B 12F 40 2D
Octal 272 51 262 0 116 4 33 457 100 55
Binary 10111010 101001 10110010 0 1001110 100 11011 100101111 1000000 101101

Color Harmonies of #BA29B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29B2

Black with #BA29B2

Text Example


Text Example

White with #BA29B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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