#B339AC

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

Shades of Fuchsia #B339AC

Tints of Fuchsia #B339AC

Color information

#B339AC (or 0xB339AC) is unknown color: approx Fuchsia. HEX triplet: B3, 39 and AC. RGB value is (179,57,172). Sum of RGB (Red+Green+Blue) = 179+57+172=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B339AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B339AC is #4CC653. Grayscale: #6A6A6A. Windows color (decimal): -5031508 or 11286963. OLE color: 11286963.

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

Color convert

RGB17957172-
CMYK00.680.040.30
HSL303.44º51.69%46.27%-
HSV(B)303.44º68.16%70.2%-
XYZ27.515.4940.57-
YUV106.59164.92179.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 57 (22.66% from 255) = 13.97%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=43.87%
G=13.97%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795717200.680.040.30303.4451.6946.27
HexB339AC04441E12f342e
Octal2637125401044364576456
Binary10110011111001101011000100010010011110100101111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B339AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B339AC; }

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

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

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

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

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

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

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

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