#B149AC

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

Shades of Fuchsia #B149AC

Tints of Fuchsia #B149AC

Color information

#B149AC (or 0xB149AC) is unknown color: approx Fuchsia. HEX triplet: B1, 49 and AC. RGB value is (177,73,172). Sum of RGB (Red+Green+Blue) = 177+73+172=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B149AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B149AC is #4EB653. Grayscale: #737373. Windows color (decimal): -5158484 or 11291057. OLE color: 11291057.

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

Color convert

RGB17773172-
CMYK00.590.030.31
HSL302.88º41.6%49.02%-
HSV(B)302.88º58.76%69.41%-
XYZ27.9617.0940.85-
YUV115.38159.96171.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 73 (28.91% from 255) = 17.30%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=41.94%
G=17.30%
B=40.76%

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
Decimal1777317200.590.030.31302.8841.649.02
HexB149AC03B31F12f2a31
Octal2611112540733374575261
Binary1011000110010011010110001110111111111100101111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B149AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B149AC; }

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

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

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

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

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

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

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

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