#B349B7

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

Shades of Fuchsia #B349B7

Tints of Fuchsia #B349B7

Color information

#B349B7 (or 0xB349B7) is unknown color: approx Fuchsia. HEX triplet: B3, 49 and B7. RGB value is (179,73,183). Sum of RGB (Red+Green+Blue) = 179+73+183=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #B349B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349B7 is #4CB648. Grayscale: #747474. Windows color (decimal): -5027401 or 12011955. OLE color: 12011955.

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

Color convert

RGB17973183-
CMYK0.020.6000.28
HSL297.82º43.31%50.2%-
HSV(B)297.82º60.11%71.76%-
XYZ29.5217.7746.67-
YUV117.23165.12172.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 73 (28.91% from 255) = 16.78%
BLUE value IS 183 (71.88% from 255) = 42.07%
R=41.15%
G=16.78%
B=42.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179731830.020.6000.28297.8243.3150.2
HexB349B723C01C12a2b32
Octal2631112672740344525362
Binary1011001110010011011011110111100011100100101010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B349B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B349B7; }

 p { color: rgb(179,73,183); }

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

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

 a { background-color: rgb(179,73,183); }

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

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

 span { border-color: rgb(179,73,183); }

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