#B339B2

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

Shades of Fuchsia #B339B2

Tints of Fuchsia #B339B2

Color information

#B339B2 (or 0xB339B2) is unknown color: approx Fuchsia. HEX triplet: B3, 39 and B2. RGB value is (179,57,178). Sum of RGB (Red+Green+Blue) = 179+57+178=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B339B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B339B2 is #4CC64D. Grayscale: #6A6A6A. Windows color (decimal): -5031502 or 11680179. OLE color: 11680179.

HSL color Cylindrical-coordinate representation of color #B339B2: hue angle of 300.49º 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 #B339B2 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17957178-
CMYK00.680.010.30
HSL300.49º51.69%46.27%-
HSV(B)300.49º68.16%70.2%-
XYZ28.0915.7243.67-
YUV107.27167.92179.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 57 (22.66% from 255) = 13.77%
BLUE value IS 178 (69.92% from 255) = 43.00%
R=43.24%
G=13.77%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795717800.680.010.30300.4951.6946.27
HexB339B204411E12c342e
Octal2637126201041364546456
Binary101100111110011011001001000100111110100101100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B339B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B339B2; }

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

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

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

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

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

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

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

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