#B337B3

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

Shades of Fuchsia #B337B3

Tints of Fuchsia #B337B3

Color information

#B337B3 (or 0xB337B3) is unknown color: approx Fuchsia. HEX triplet: B3, 37 and B3. RGB value is (179,55,179). Sum of RGB (Red+Green+Blue) = 179+55+179=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B337B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B337B3 is #4CC84C. Grayscale: #696969. Windows color (decimal): -5032013 or 11745203. OLE color: 11745203.

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

Color convert

RGB17955179-
CMYK00.6900.30
HSL300º52.99%45.88%-
HSV(B)300º69.27%70.2%-
XYZ28.0915.5744.17-
YUV106.21169.08179.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 55 (21.88% from 255) = 13.32%
BLUE value IS 179 (70.31% from 255) = 43.34%
R=43.34%
G=13.32%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795517900.6900.3030052.9945.88
HexB337B304501E12c352e
Octal2636726301050364546556
Binary101100111101111011001101000101011110100101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B337B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B337B3; }

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

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

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

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

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

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

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

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