Html Css Color HEX #B44AB1 Fuchsia

📋 copy color: '#B44AB1'

red 180 ◦ green 74 ◦ blue 177

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

Shades of Fuchsia #B44AB1

Tints of Fuchsia #B44AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.07%

R = 41.76%
G = 17.17%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B44AB1 (or 0xB44AB1) is known color: Fuchsia. HEX triplet: B4, 4A and B1. RGB value is (180,74,177). Sum of RGB (Red+Green+Blue) = 180+74+177=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B44AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44AB1 is #4BB54E. Grayscale: #757575. Windows color (decimal): -4961615 or 11618996. OLE color: 11618996.

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

Color convert

RGB 180 74 177 -
CMYK 0 0.59 0.02 0.29
HSL 301.7º 0.42% 0.5% -
HSV(B) 301.7º 0.59% 0.71% -
XYZ 29.21 17.78 43.49 -
YUV 117.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 180 74 177 0 0.59 0.02 0.29 301.7 0.42 0.5
Hex B4 4A B1 0 3B 2 1D 12E 2A 32
Octal 264 112 261 0 73 2 35 456 52 62
Binary 10110100 1001010 10110001 0 111011 10 11101 100101110 101010 110010

Color Harmonies of #B44AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44AB1

Black with #B44AB1

Text Example


Text Example

White with #B44AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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