Html Css Color HEX #B44AAF Fuchsia

📋 copy color: '#B44AAF'

red 180 ◦ green 74 ◦ blue 175

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

Shades of Fuchsia #B44AAF

Tints of Fuchsia #B44AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.79%

R = 41.96%
G = 17.25%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B44AAF (or 0xB44AAF) is known color: Fuchsia. HEX triplet: B4, 4A and AF. RGB value is (180,74,175). Sum of RGB (Red+Green+Blue) = 180+74+175=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B44AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44AAF is #4BB550. Grayscale: #747474. Windows color (decimal): -4961617 or 11487924. OLE color: 11487924.

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

Color convert

RGB 180 74 175 -
CMYK 0 0.59 0.03 0.29
HSL 302.83º 0.42% 0.5% -
HSV(B) 302.83º 0.59% 0.71% -
XYZ 29.01 17.7 42.44 -
YUV 117.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 180 74 175 0 0.59 0.03 0.29 302.83 0.42 0.5
Hex B4 4A AF 0 3B 3 1D 12F 2A 32
Octal 264 112 257 0 73 3 35 457 52 62
Binary 10110100 1001010 10101111 0 111011 11 11101 100101111 101010 110010

Color Harmonies of #B44AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44AAF

Black with #B44AAF

Text Example


Text Example

White with #B44AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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