Html Css Color HEX #B349AC Fuchsia

📋 copy color: '#B349AC'

red 179 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #B349AC

Tints of Fuchsia #B349AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 42.22%
G = 17.22%
B = 40.57%

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

#B349AC (or 0xB349AC) is known color: Fuchsia. HEX triplet: B3, 49 and AC. RGB value is (179,73,172). Sum of RGB (Red+Green+Blue) = 179+73+172=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B349AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B349AC is #4CB653. Grayscale: #737373. Windows color (decimal): -5027412 or 11291059. OLE color: 11291059.

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

Color convert

RGB 179 73 172 -
CMYK 0 0.59 0.04 0.30
HSL 303.96º 0.42% 0.49% -
HSV(B) 303.96º 0.59% 0.7% -
XYZ 28.42 17.33 40.88 -
YUV 115.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 179 73 172 0 0.59 0.04 0.30 303.96 0.42 0.49
Hex B3 49 AC 0 3B 4 1E 130 2A 31
Octal 263 111 254 0 73 4 36 460 52 61
Binary 10110011 1001001 10101100 0 111011 100 11110 100110000 101010 110001

Color Harmonies of #B349AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349AC

Black with #B349AC

Text Example


Text Example

White with #B349AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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