#B049AB

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

Shades of Fuchsia #B049AB

Tints of Fuchsia #B049AB

Color information

#B049AB (or 0xB049AB) is unknown color: approx Fuchsia. HEX triplet: B0, 49 and AB. RGB value is (176,73,171). Sum of RGB (Red+Green+Blue) = 176+73+171=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B049AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B049AB is #4FB654. Grayscale: #727272. Windows color (decimal): -5224021 or 11225520. OLE color: 11225520.

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

Color convert

RGB17673171-
CMYK00.590.030.31
HSL302.91º41.37%48.82%-
HSV(B)302.91º58.52%69.02%-
XYZ27.6416.9440.34-
YUV114.97159.62171.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 73 (28.91% from 255) = 17.38%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=41.90%
G=17.38%
B=40.71%

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
Decimal1767317100.590.030.31302.9141.3748.82
HexB049AB03B31F12f2931
Octal2601112530733374575161
Binary1011000010010011010101101110111111111100101111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B049AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B049AB; }

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

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

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

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

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

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

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

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