#B13172

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

Shades of Medium Red Violet #B13172

Tints of Medium Red Violet #B13172

Color information

#B13172 (or 0xB13172) is unknown color: approx Medium Red Violet. HEX triplet: B1, 31 and 72. RGB value is (177,49,114). Sum of RGB (Red+Green+Blue) = 177+49+114=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B13172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13172 is #4ECE8D. Grayscale: #5E5E5E. Windows color (decimal): -5164686 or 7483825. OLE color: 7483825.

HSL color Cylindrical-coordinate representation of color #B13172: hue angle of 329.53º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13172 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17749114-
CMYK00.720.360.31
HSL329.53º56.64%44.31%-
HSV(B)329.53º72.32%69.41%-
XYZ22.2712.7617.21-
YUV94.68138.91186.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 49 (19.53% from 255) = 14.41%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=52.06%
G=14.41%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774911400.720.360.31329.5356.6444.31
HexB13172048241F14a392c
Octal26161162011044375127154
Binary1011000111000111100100100100010010011111101001010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13172; }

 p { color: rgb(177,49,114); }

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

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

 a { background-color: rgb(177,49,114); }

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

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

 span { border-color: rgb(177,49,114); }

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