Html Css Color HEX #B349AA Fuchsia

📋 copy color: '#B349AA'

red 179 ◦ green 73 ◦ blue 170

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

Shades of Fuchsia #B349AA

Tints of Fuchsia #B349AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 42.42%
G = 17.3%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B349AA (or 0xB349AA) is known color: Fuchsia. HEX triplet: B3, 49 and AA. RGB value is (179,73,170). Sum of RGB (Red+Green+Blue) = 179+73+170=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B349AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B349AA is #4CB655. Grayscale: #737373. Windows color (decimal): -5027414 or 11159987. OLE color: 11159987.

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

Color convert

RGB 179 73 170 -
CMYK 0 0.59 0.05 0.30
HSL 305.09º 0.42% 0.49% -
HSV(B) 305.09º 0.59% 0.7% -
XYZ 28.23 17.25 39.87 -
YUV 115.75 158.62 173.11 -
System Red Green Blue C M Y K H S L
Decimal 179 73 170 0 0.59 0.05 0.30 305.09 0.42 0.49
Hex B3 49 AA 0 3B 5 1E 131 2A 31
Octal 263 111 252 0 73 5 36 461 52 61
Binary 10110011 1001001 10101010 0 111011 101 11110 100110001 101010 110001

Color Harmonies of #B349AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349AA

Black with #B349AA

Text Example


Text Example

White with #B349AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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