#B337AC

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

Shades of Fuchsia #B337AC

Tints of Fuchsia #B337AC

Color information

#B337AC (or 0xB337AC) is unknown color: approx Fuchsia. HEX triplet: B3, 37 and AC. RGB value is (179,55,172). Sum of RGB (Red+Green+Blue) = 179+55+172=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B337AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B337AC is #4CC853. Grayscale: #696969. Windows color (decimal): -5032020 or 11286451. OLE color: 11286451.

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

Color convert

RGB17955172-
CMYK00.690.040.30
HSL303.39º52.99%45.88%-
HSV(B)303.39º69.27%70.2%-
XYZ27.415.2940.54-
YUV105.41165.58180.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 55 (21.88% from 255) = 13.55%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=44.09%
G=13.55%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795517200.690.040.30303.3952.9945.88
HexB337AC04541E12f352e
Octal2636725401054364576556
Binary10110011110111101011000100010110011110100101111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B337AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B337AC; }

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

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

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

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

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

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

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

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