#B149AD

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

Shades of Fuchsia #B149AD

Tints of Fuchsia #B149AD

Color information

#B149AD (or 0xB149AD) is unknown color: approx Fuchsia. HEX triplet: B1, 49 and AD. RGB value is (177,73,173). Sum of RGB (Red+Green+Blue) = 177+73+173=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B149AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B149AD is #4EB652. Grayscale: #737373. Windows color (decimal): -5158483 or 11356593. OLE color: 11356593.

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

Color convert

RGB17773173-
CMYK00.590.020.31
HSL302.31º41.6%49.02%-
HSV(B)302.31º58.76%69.41%-
XYZ28.0617.1341.36-
YUV115.5160.46171.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 73 (28.91% from 255) = 17.26%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=41.84%
G=17.26%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777317300.590.020.31302.3141.649.02
HexB149AD03B21F12e2a31
Octal2611112550732374565261
Binary1011000110010011010110101110111011111100101110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B149AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B149AD; }

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

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

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

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

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

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

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

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