#B344AC

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

Shades of Fuchsia #B344AC

Tints of Fuchsia #B344AC

Color information

#B344AC (or 0xB344AC) is unknown color: approx Fuchsia. HEX triplet: B3, 44 and AC. RGB value is (179,68,172). Sum of RGB (Red+Green+Blue) = 179+68+172=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B344AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B344AC is #4CBB53. Grayscale: #707070. Windows color (decimal): -5028692 or 11289779. OLE color: 11289779.

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

Color convert

RGB17968172-
CMYK00.620.040.30
HSL303.78º44.94%48.43%-
HSV(B)303.78º62.01%70.2%-
XYZ28.116.740.77-
YUV113.04161.27175.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.72%
GREEN value IS 68 (26.95% from 255) = 16.23%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=42.72%
G=16.23%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796817200.620.040.30303.7844.9448.43
HexB344AC03E41E1302d30
Octal2631042540764364605560
Binary10110011100010010101100011111010011110100110000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B344AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B344AC; }

 p { color: rgb(179,68,172); }

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

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

 a { background-color: rgb(179,68,172); }

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

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

 span { border-color: rgb(179,68,172); }

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