Html Css Color HEX #B44AAC Fuchsia

📋 copy color: '#B44AAC'

red 180 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #B44AAC

Tints of Fuchsia #B44AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.37%

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

R = 42.25%
G = 17.37%
B = 40.38%

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

#B44AAC (or 0xB44AAC) is known color: Fuchsia. HEX triplet: B4, 4A and AC. RGB value is (180,74,172). Sum of RGB (Red+Green+Blue) = 180+74+172=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B44AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44AAC is #4BB553. Grayscale: #747474. Windows color (decimal): -4961620 or 11291316. OLE color: 11291316.

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

Color convert

RGB 180 74 172 -
CMYK 0 0.59 0.04 0.29
HSL 304.53º 0.42% 0.5% -
HSV(B) 304.53º 0.59% 0.71% -
XYZ 28.72 17.58 40.91 -
YUV 116.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 180 74 172 0 0.59 0.04 0.29 304.53 0.42 0.5
Hex B4 4A AC 0 3B 4 1D 131 2A 32
Octal 264 112 254 0 73 4 35 461 52 62
Binary 10110100 1001010 10101100 0 111011 100 11101 100110001 101010 110010

Color Harmonies of #B44AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44AAC

Black with #B44AAC

Text Example


Text Example

White with #B44AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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