#B047AB

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

Shades of Fuchsia #B047AB

Tints of Fuchsia #B047AB

Color information

#B047AB (or 0xB047AB) is unknown color: approx Fuchsia. HEX triplet: B0, 47 and AB. RGB value is (176,71,171). Sum of RGB (Red+Green+Blue) = 176+71+171=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B047AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B047AB is #4FB854. Grayscale: #717171. Windows color (decimal): -5224533 or 11225008. OLE color: 11225008.

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

Color convert

RGB17671171-
CMYK00.600.030.31
HSL302.86º42.51%48.43%-
HSV(B)302.86º59.66%69.02%-
XYZ27.5116.6840.3-
YUV113.79160.29172.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 71 (28.12% from 255) = 16.99%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=42.11%
G=16.99%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767117100.600.030.31302.8642.5148.43
HexB047AB03C31F12f2b30
Octal2601072530743374575360
Binary1011000010001111010101101111001111111100101111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B047AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B047AB; }

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

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

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

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

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

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

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

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