Html Css Color HEX #B349AB Fuchsia

📋 copy color: '#B349AB'

red 179 ◦ green 73 ◦ blue 171

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

Shades of Fuchsia #B349AB

Tints of Fuchsia #B349AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 42.32%
G = 17.26%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B349AB (or 0xB349AB) is known color: Fuchsia. HEX triplet: B3, 49 and AB. RGB value is (179,73,171). Sum of RGB (Red+Green+Blue) = 179+73+171=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B349AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B349AB is #4CB654. Grayscale: #737373. Windows color (decimal): -5027413 or 11225523. OLE color: 11225523.

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

Color convert

RGB 179 73 171 -
CMYK 0 0.59 0.04 0.30
HSL 304.53º 0.42% 0.49% -
HSV(B) 304.53º 0.59% 0.7% -
XYZ 28.32 17.29 40.37 -
YUV 115.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 179 73 171 0 0.59 0.04 0.30 304.53 0.42 0.49
Hex B3 49 AB 0 3B 4 1E 131 2A 31
Octal 263 111 253 0 73 4 36 461 52 61
Binary 10110011 1001001 10101011 0 111011 100 11110 100110001 101010 110001

Color Harmonies of #B349AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349AB

Black with #B349AB

Text Example


Text Example

White with #B349AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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