#B347BA

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

Shades of Fuchsia #B347BA

Tints of Fuchsia #B347BA

Color information

#B347BA (or 0xB347BA) is unknown color: approx Fuchsia. HEX triplet: B3, 47 and BA. RGB value is (179,71,186). Sum of RGB (Red+Green+Blue) = 179+71+186=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #B347BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B347BA is #4CB845. Grayscale: #747474. Windows color (decimal): -5027910 or 12208051. OLE color: 12208051.

HSL color Cylindrical-coordinate representation of color #B347BA: hue angle of 296.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B347BA is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17971186-
CMYK0.040.6200.27
HSL296.35º45.45%50.39%-
HSV(B)296.35º61.83%72.94%-
XYZ29.7117.6448.29-
YUV116.4167.28172.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.06%
GREEN value IS 71 (28.12% from 255) = 16.28%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=41.06%
G=16.28%
B=42.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179711860.040.6200.27296.3545.4550.39
HexB347BA43E01B1282d32
Octal2631072724760334505562
Binary10110011100011110111010100111110011011100101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B347BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B347BA; }

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

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

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

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

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

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

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

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