Html Css Color HEX #B349AD Fuchsia

📋 copy color: '#B349AD'

red 179 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #B349AD

Tints of Fuchsia #B349AD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.18%

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

R = 42.12%
G = 17.18%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B349AD (or 0xB349AD) is known color: Fuchsia. HEX triplet: B3, 49 and AD. RGB value is (179,73,173). Sum of RGB (Red+Green+Blue) = 179+73+173=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B349AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B349AD is #4CB652. Grayscale: #737373. Windows color (decimal): -5027411 or 11356595. OLE color: 11356595.

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

Color convert

RGB 179 73 173 -
CMYK 0 0.59 0.03 0.30
HSL 303.4º 0.42% 0.49% -
HSV(B) 303.4º 0.59% 0.7% -
XYZ 28.52 17.37 41.38 -
YUV 116.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 179 73 173 0 0.59 0.03 0.30 303.4 0.42 0.49
Hex B3 49 AD 0 3B 3 1E 12F 2A 31
Octal 263 111 255 0 73 3 36 457 52 61
Binary 10110011 1001001 10101101 0 111011 11 11110 100101111 101010 110001

Color Harmonies of #B349AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349AD

Black with #B349AD

Text Example


Text Example

White with #B349AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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