#B149AB

Color #B149AB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B149AB

Tints of Fuchsia #B149AB

Color information

#B149AB (or 0xB149AB) is unknown color: approx Fuchsia. HEX triplet: B1, 49 and AB. RGB value is (177,73,171). Sum of RGB (Red+Green+Blue) = 177+73+171=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B149AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B149AB is #4EB654. Grayscale: #727272. Windows color (decimal): -5158485 or 11225521. OLE color: 11225521.

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

Color convert

RGB17773171-
CMYK00.590.030.31
HSL303.46º41.6%49.02%-
HSV(B)303.46º58.76%69.41%-
XYZ27.8617.0540.35-
YUV115.27159.46172.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=42.04%
G=17.34%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777317100.590.030.31303.4641.649.02
HexB149AB03B31F12f2a31
Octal2611112530733374575261
Binary1011000110010011010101101110111111111100101111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B149AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B149AB; }

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

 H1.HeaderClassName
 {
   color: #B149AB;
 }
 .AnyTagClassName
 {
   color: #B149AB;
 }
</style>
background-color css

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

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

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

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

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

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