Html Css Color HEX #B444AB Fuchsia

📋 copy color: '#B444AB'

red 180 ◦ green 68 ◦ blue 171

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

Shades of Fuchsia #B444AB

Tints of Fuchsia #B444AB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.23%

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 42.96%
G = 16.23%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B444AB (or 0xB444AB) is known color: Fuchsia. HEX triplet: B4, 44 and AB. RGB value is (180,68,171). Sum of RGB (Red+Green+Blue) = 180+68+171=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B444AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B444AB is #4BBB54. Grayscale: #707070. Windows color (decimal): -4963157 or 11224244. OLE color: 11224244.

HSL color Cylindrical-coordinate representation of color #B444AB: hue angle of 304.82º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B444AB is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 68 171 -
CMYK 0 0.62 0.05 0.29
HSL 304.82º 0.45% 0.49% -
HSV(B) 304.82º 0.62% 0.71% -
XYZ 28.24 16.78 40.28 -
YUV 113.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 180 68 171 0 0.62 0.05 0.29 304.82 0.45 0.49
Hex B4 44 AB 0 3E 5 1D 131 2D 31
Octal 264 104 253 0 76 5 35 461 55 61
Binary 10110100 1000100 10101011 0 111110 101 11101 100110001 101101 110001

Color Harmonies of #B444AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444AB

Black with #B444AB

Text Example


Text Example

White with #B444AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444AB; }

 p { color: rgb(180,68,171); }

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

background-color css

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

 a { background-color: rgb(180,68,171); }

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

border-color css

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

 span { border-color: rgb(180,68,171); }

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