Html Css Color HEX #B144AB Fuchsia

📋 copy color: '#B144AB'

red 177 ◦ green 68 ◦ blue 171

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

Shades of Fuchsia #B144AB

Tints of Fuchsia #B144AB

RGB

 RED value IS 177 (69.53% from 255) = 42.55%

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

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

R = 42.55%
G = 16.35%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B144AB (or 0xB144AB) is known color: Fuchsia. HEX triplet: B1, 44 and AB. RGB value is (177,68,171). Sum of RGB (Red+Green+Blue) = 177+68+171=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B144AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B144AB is #4EBB54. Grayscale: #707070. Windows color (decimal): -5159765 or 11224241. OLE color: 11224241.

HSL color Cylindrical-coordinate representation of color #B144AB: hue angle of 303.3º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B144AB is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 68 171 -
CMYK 0 0.62 0.03 0.31
HSL 303.3º 0.44% 0.48% -
HSV(B) 303.3º 0.62% 0.69% -
XYZ 27.55 16.42 40.25 -
YUV 112.33 161.11 174.12 -
System Red Green Blue C M Y K H S L
Decimal 177 68 171 0 0.62 0.03 0.31 303.3 0.44 0.48
Hex B1 44 AB 0 3E 3 1F 12F 2C 30
Octal 261 104 253 0 76 3 37 457 54 60
Binary 10110001 1000100 10101011 0 111110 11 11111 100101111 101100 110000

Color Harmonies of #B144AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B144AB

Black with #B144AB

Text Example


Text Example

White with #B144AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B144AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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