#B137A9

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

Shades of Fuchsia #B137A9

Tints of Fuchsia #B137A9

Color information

#B137A9 (or 0xB137A9) is unknown color: approx Fuchsia. HEX triplet: B1, 37 and A9. RGB value is (177,55,169). Sum of RGB (Red+Green+Blue) = 177+55+169=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B137A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B137A9 is #4EC856. Grayscale: #686868. Windows color (decimal): -5163095 or 11089841. OLE color: 11089841.

HSL color Cylindrical-coordinate representation of color #B137A9: hue angle of 303.93º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B137A9 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17755169-
CMYK00.690.050.31
HSL303.93º52.59%45.49%-
HSV(B)303.93º68.93%69.41%-
XYZ26.6614.9439.02-
YUV104.47164.42179.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 55 (21.88% from 255) = 13.72%
BLUE value IS 169 (66.41% from 255) = 42.14%
R=44.14%
G=13.72%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775516900.690.050.31303.9352.5945.49
HexB137A904551F130352d
Octal2616725101055374606555
Binary10110001110111101010010100010110111111100110000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B137A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B137A9; }

 p { color: rgb(177,55,169); }

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

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

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

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

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

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

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