#b04fb7

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

Shades of Fuchsia #B04FB7

Tints of Fuchsia #B04FB7

Color information

#B04FB7 (or 0xB04FB7) is unknown color: approx Fuchsia. HEX triplet: B0, 4F and B7. RGB value is (176,79,183). Sum of RGB (Red+Green+Blue) = 176+79+183=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #B04FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FB7 is #4FB048. Grayscale: #777777. Windows color (decimal): -5222473 or 12013488. OLE color: 12013488.

HSL color Cylindrical-coordinate representation of color #B04FB7: hue angle of 295.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04FB7 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17679183-
CMYK0.040.5700.28
HSL295.96º41.94%51.37%-
HSV(B)295.96º56.83%71.76%-
XYZ29.2518.2446.78-
YUV119.86163.64168.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 79 (31.25% from 255) = 18.04%
BLUE value IS 183 (71.88% from 255) = 41.78%
R=40.18%
G=18.04%
B=41.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176791830.040.5700.28295.9641.9451.37
HexB04FB743901C1282a33
Octal2601172674710344505263
Binary10110000100111110110111100111001011100100101000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04fb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04fb7; }

 p { color: rgb(176,79,183); }

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

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

 a { background-color: rgb(176,79,183); }

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

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

 span { border-color: rgb(176,79,183); }

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