Html Css Color HEX #B329AD Fuchsia

📋 copy color: '#B329AD'

red 179 ◦ green 41 ◦ blue 173

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

Shades of Fuchsia #B329AD

Tints of Fuchsia #B329AD

RGB

 RED value IS 179 (70.31% from 255) = 45.55%

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

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 45.55%
G = 10.43%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B329AD (or 0xB329AD) is known color: Fuchsia. HEX triplet: B3, 29 and AD. RGB value is (179,41,173). Sum of RGB (Red+Green+Blue) = 179+41+173=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B329AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B329AD is #4CD652. Grayscale: #606060. Windows color (decimal): -5035603 or 11348403. OLE color: 11348403.

HSL color Cylindrical-coordinate representation of color #B329AD: hue angle of 302.61º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B329AD is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 41 173 -
CMYK 0 0.77 0.03 0.30
HSL 302.61º 0.63% 0.43% -
HSV(B) 302.61º 0.77% 0.7% -
XYZ 26.93 14.19 40.85 -
YUV 97.31 170.72 186.27 -
System Red Green Blue C M Y K H S L
Decimal 179 41 173 0 0.77 0.03 0.30 302.61 0.63 0.43
Hex B3 29 AD 0 4D 3 1E 12F 3F 2B
Octal 263 51 255 0 115 3 36 457 77 53
Binary 10110011 101001 10101101 0 1001101 11 11110 100101111 111111 101011

Color Harmonies of #B329AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329AD

Black with #B329AD

Text Example


Text Example

White with #B329AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329AD; }

 p { color: rgb(179,41,173); }

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

background-color css

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

 a { background-color: rgb(179,41,173); }

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

border-color css

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

 span { border-color: rgb(179,41,173); }

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