#B049B9

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

Shades of Fuchsia #B049B9

Tints of Fuchsia #B049B9

Color information

#B049B9 (or 0xB049B9) is unknown color: approx Fuchsia. HEX triplet: B0, 49 and B9. RGB value is (176,73,185). Sum of RGB (Red+Green+Blue) = 176+73+185=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #B049B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049B9 is #4FB646. Grayscale: #747474. Windows color (decimal): -5224007 or 12143024. OLE color: 12143024.

HSL color Cylindrical-coordinate representation of color #B049B9: hue angle of 295.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B049B9 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17673185-
CMYK0.050.6100.27
HSL295.18º44.44%50.59%-
HSV(B)295.18º60.54%72.55%-
XYZ29.0417.547.75-
YUV116.56166.62170.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 73 (28.91% from 255) = 16.82%
BLUE value IS 185 (72.66% from 255) = 42.63%
R=40.55%
G=16.82%
B=42.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176731850.050.6100.27295.1844.4450.59
HexB049B953D01B1272c33
Octal2601112715750334475463
Binary10110000100100110111001101111101011011100100111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B049B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B049B9; }

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

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

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

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

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

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

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

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