#B049B6

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

Shades of Fuchsia #B049B6

Tints of Fuchsia #B049B6

Color information

#B049B6 (or 0xB049B6) is unknown color: approx Fuchsia. HEX triplet: B0, 49 and B6. RGB value is (176,73,182). Sum of RGB (Red+Green+Blue) = 176+73+182=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #B049B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049B6 is #4FB649. Grayscale: #737373. Windows color (decimal): -5224010 or 11946416. OLE color: 11946416.

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

Color convert

RGB17673182-
CMYK0.030.6000.29
HSL296.7º42.75%50%-
HSV(B)296.7º59.89%71.37%-
XYZ28.7317.3746.09-
YUV116.22165.12170.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 73 (28.91% from 255) = 16.94%
BLUE value IS 182 (71.48% from 255) = 42.23%
R=40.84%
G=16.94%
B=42.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176731820.030.6000.29296.742.7550
HexB049B633C01D1292b32
Octal2601112663740354515362
Binary1011000010010011011011011111100011101100101001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B049B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B049B6; }

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

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

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

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

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

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

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

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