#B137AA

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

Shades of Fuchsia #B137AA

Tints of Fuchsia #B137AA

Color information

#B137AA (or 0xB137AA) is unknown color: approx Fuchsia. HEX triplet: B1, 37 and AA. RGB value is (177,55,170). Sum of RGB (Red+Green+Blue) = 177+55+170=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B137AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B137AA is #4EC855. Grayscale: #686868. Windows color (decimal): -5163094 or 11155377. OLE color: 11155377.

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

Color convert

RGB17755170-
CMYK00.690.040.31
HSL303.44º52.59%45.49%-
HSV(B)303.44º68.93%69.41%-
XYZ26.7514.9839.51-
YUV104.59164.92179.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 55 (21.88% from 255) = 13.68%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=44.03%
G=13.68%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775517000.690.040.31303.4452.5945.49
HexB137AA04541F12f352d
Octal2616725201054374576555
Binary10110001110111101010100100010110011111100101111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B137AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B137AA; }

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

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

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

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

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

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

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

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