Html Css Color HEX #B44AB3 Fuchsia

📋 copy color: '#B44AB3'

red 180 ◦ green 74 ◦ blue 179

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

Shades of Fuchsia #B44AB3

Tints of Fuchsia #B44AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.34%

R = 41.57%
G = 17.09%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B44AB3 (or 0xB44AB3) is known color: Fuchsia. HEX triplet: B4, 4A and B3. RGB value is (180,74,179). Sum of RGB (Red+Green+Blue) = 180+74+179=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B44AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44AB3 is #4BB54C. Grayscale: #757575. Windows color (decimal): -4961613 or 11750068. OLE color: 11750068.

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

Color convert

RGB 180 74 179 -
CMYK 0 0.59 0.01 0.29
HSL 300.57º 0.42% 0.5% -
HSV(B) 300.57º 0.59% 0.71% -
XYZ 29.41 17.86 44.54 -
YUV 117.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 180 74 179 0 0.59 0.01 0.29 300.57 0.42 0.5
Hex B4 4A B3 0 3B 1 1D 12D 2A 32
Octal 264 112 263 0 73 1 35 455 52 62
Binary 10110100 1001010 10110011 0 111011 1 11101 100101101 101010 110010

Color Harmonies of #B44AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44AB3

Black with #B44AB3

Text Example


Text Example

White with #B44AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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