Html Css Color HEX #B44AA9 Fuchsia

📋 copy color: '#B44AA9'

red 180 ◦ green 74 ◦ blue 169

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

Shades of Fuchsia #B44AA9

Tints of Fuchsia #B44AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.95%

R = 42.55%
G = 17.49%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B44AA9 (or 0xB44AA9) is known color: Fuchsia. HEX triplet: B4, 4A and A9. RGB value is (180,74,169). Sum of RGB (Red+Green+Blue) = 180+74+169=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B44AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44AA9 is #4BB556. Grayscale: #747474. Windows color (decimal): -4961623 or 11094708. OLE color: 11094708.

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

Color convert

RGB 180 74 169 -
CMYK 0 0.59 0.06 0.29
HSL 306.23º 0.42% 0.5% -
HSV(B) 306.23º 0.59% 0.71% -
XYZ 28.43 17.47 39.41 -
YUV 116.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 180 74 169 0 0.59 0.06 0.29 306.23 0.42 0.5
Hex B4 4A A9 0 3B 6 1D 132 2A 32
Octal 264 112 251 0 73 6 35 462 52 62
Binary 10110100 1001010 10101001 0 111011 110 11101 100110010 101010 110010

Color Harmonies of #B44AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44AA9

Black with #B44AA9

Text Example


Text Example

White with #B44AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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