#B347BF

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

Shades of Fuchsia #B347BF

Tints of Fuchsia #B347BF

Color information

#B347BF (or 0xB347BF) is unknown color: approx Fuchsia. HEX triplet: B3, 47 and BF. RGB value is (179,71,191). Sum of RGB (Red+Green+Blue) = 179+71+191=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #B347BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B347BF is #4CB840. Grayscale: #747474. Windows color (decimal): -5027905 or 12535731. OLE color: 12535731.

HSL color Cylindrical-coordinate representation of color #B347BF: hue angle of 294º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B347BF is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17971191-
CMYK0.060.6300.25
HSL294º48.39%51.37%-
HSV(B)294º62.83%74.9%-
XYZ30.2517.8551.14-
YUV116.97169.78172.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 71 (28.12% from 255) = 16.10%
BLUE value IS 191 (75% from 255) = 43.31%
R=40.59%
G=16.10%
B=43.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179711910.060.6300.2529448.3951.37
HexB347BF63F0191263033
Octal2631072776770314466063
Binary10110011100011110111111110111111011001100100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B347BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B347BF; }

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

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

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

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

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

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

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

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