#B046AB

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

Shades of Fuchsia #B046AB

Tints of Fuchsia #B046AB

Color information

#B046AB (or 0xB046AB) is unknown color: approx Fuchsia. HEX triplet: B0, 46 and AB. RGB value is (176,70,171). Sum of RGB (Red+Green+Blue) = 176+70+171=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B046AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B046AB is #4FB954. Grayscale: #707070. Windows color (decimal): -5224789 or 11224752. OLE color: 11224752.

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

Color convert

RGB17670171-
CMYK00.600.030.31
HSL302.83º43.09%48.24%-
HSV(B)302.83º60.23%69.02%-
XYZ27.4516.5540.28-
YUV113.21160.62172.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 70 (27.73% from 255) = 16.79%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=42.21%
G=16.79%
B=41.01%

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
Decimal1767017100.600.030.31302.8343.0948.24
HexB046AB03C31F12f2b30
Octal2601062530743374575360
Binary1011000010001101010101101111001111111100101111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B046AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B046AB; }

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

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

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

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

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

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

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

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