#B04DB9

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

Shades of Fuchsia #B04DB9

Tints of Fuchsia #B04DB9

Color information

#B04DB9 (or 0xB04DB9) is unknown color: approx Fuchsia. HEX triplet: B0, 4D and B9. RGB value is (176,77,185). Sum of RGB (Red+Green+Blue) = 176+77+185=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #B04DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DB9 is #4FB246. Grayscale: #767676. Windows color (decimal): -5222983 or 12144048. OLE color: 12144048.

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

Color convert

RGB17677185-
CMYK0.050.5800.27
HSL295º43.55%51.37%-
HSV(B)295º58.38%72.55%-
XYZ29.3218.0447.84-
YUV118.91165.3168.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 77 (30.47% from 255) = 17.58%
BLUE value IS 185 (72.66% from 255) = 42.24%
R=40.18%
G=17.58%
B=42.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176771850.050.5800.2729543.5551.37
HexB04DB953A01B1272c33
Octal2601152715720334475463
Binary10110000100110110111001101111010011011100100111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04DB9; }

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

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

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

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

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

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

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

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