#B347A9

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

Shades of Fuchsia #B347A9

Tints of Fuchsia #B347A9

Color information

#B347A9 (or 0xB347A9) is unknown color: approx Fuchsia. HEX triplet: B3, 47 and A9. RGB value is (179,71,169). Sum of RGB (Red+Green+Blue) = 179+71+169=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B347A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B347A9 is #4CB856. Grayscale: #727272. Windows color (decimal): -5027927 or 11093939. OLE color: 11093939.

HSL color Cylindrical-coordinate representation of color #B347A9: hue angle of 305.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B347A9 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB17971169-
CMYK00.600.060.30
HSL305.56º43.2%49.02%-
HSV(B)305.56º60.34%70.2%-
XYZ28.0116.9539.33-
YUV114.46158.78174.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.72%
GREEN value IS 71 (28.12% from 255) = 16.95%
BLUE value IS 169 (66.41% from 255) = 40.33%
R=42.72%
G=16.95%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797116900.600.060.30305.5643.249.02
HexB347A903C61E1322b31
Octal2631072510746364625361
Binary10110011100011110101001011110011011110100110010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B347A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B347A9; }

 p { color: rgb(179,71,169); }

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

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

 a { background-color: rgb(179,71,169); }

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

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

 span { border-color: rgb(179,71,169); }

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