#B337BA

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

Shades of Fuchsia #B337BA

Tints of Fuchsia #B337BA

Color information

#B337BA (or 0xB337BA) is unknown color: approx Fuchsia. HEX triplet: B3, 37 and BA. RGB value is (179,55,186). Sum of RGB (Red+Green+Blue) = 179+55+186=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #B337BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B337BA is #4CC845. Grayscale: #6A6A6A. Windows color (decimal): -5032006 or 12203955. OLE color: 12203955.

HSL color Cylindrical-coordinate representation of color #B337BA: hue angle of 296.79º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B337BA is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17955186-
CMYK0.040.7000.27
HSL296.79º54.36%47.25%-
HSV(B)296.79º70.43%72.94%-
XYZ28.8215.8648-
YUV107.01172.58179.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.62%
GREEN value IS 55 (21.88% from 255) = 13.10%
BLUE value IS 186 (73.05% from 255) = 44.29%
R=42.62%
G=13.10%
B=44.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179551860.040.7000.27296.7954.3647.25
HexB337BA44601B129362f
Octal2636727241060334516657
Binary10110011110111101110101001000110011011100101001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B337BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B337BA; }

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

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

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

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

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

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

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

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