Html Css Color HEX #B449AC Fuchsia

📋 copy color: '#B449AC'

red 180 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #B449AC

Tints of Fuchsia #B449AC

RGB

 RED value IS 180 (70.7% from 255) = 42.35%

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

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

R = 42.35%
G = 17.18%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B449AC (or 0xB449AC) is known color: Fuchsia. HEX triplet: B4, 49 and AC. RGB value is (180,73,172). Sum of RGB (Red+Green+Blue) = 180+73+172=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B449AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B449AC is #4BB653. Grayscale: #737373. Windows color (decimal): -4961876 or 11291060. OLE color: 11291060.

HSL color Cylindrical-coordinate representation of color #B449AC: hue angle of 304.49º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B449AC is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 73 172 -
CMYK 0 0.59 0.04 0.29
HSL 304.49º 0.42% 0.5% -
HSV(B) 304.49º 0.59% 0.71% -
XYZ 28.65 17.45 40.89 -
YUV 116.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 180 73 172 0 0.59 0.04 0.29 304.49 0.42 0.5
Hex B4 49 AC 0 3B 4 1D 130 2A 32
Octal 264 111 254 0 73 4 35 460 52 62
Binary 10110100 1001001 10101100 0 111011 100 11101 100110000 101010 110010

Color Harmonies of #B449AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449AC

Black with #B449AC

Text Example


Text Example

White with #B449AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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