#B137A2

Color #B137A2 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B137A2

Tints of Medium Red Violet #B137A2

Color information

#B137A2 (or 0xB137A2) is unknown color: approx Medium Red Violet. HEX triplet: B1, 37 and A2. RGB value is (177,55,162). Sum of RGB (Red+Green+Blue) = 177+55+162=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B137A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B137A2 is #4EC85D. Grayscale: #676767. Windows color (decimal): -5163102 or 10631089. OLE color: 10631089.

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

Color convert

RGB17755162-
CMYK00.690.080.31
HSL307.38º52.59%45.49%-
HSV(B)307.38º68.93%69.41%-
XYZ26.0214.6935.65-
YUV103.68160.92180.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 55 (21.88% from 255) = 13.96%
BLUE value IS 162 (63.67% from 255) = 41.12%
R=44.92%
G=13.96%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775516200.690.080.31307.3852.5945.49
HexB137A204581F133352d
Octal26167242010510374636555
Binary101100011101111010001001000101100011111100110011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B137A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B137A2; }

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

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

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

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

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

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

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

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