#B1397F

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

Shades of Medium Red Violet #B1397F

Tints of Medium Red Violet #B1397F

Color information

#B1397F (or 0xB1397F) is unknown color: approx Medium Red Violet. HEX triplet: B1, 39 and 7F. RGB value is (177,57,127). Sum of RGB (Red+Green+Blue) = 177+57+127=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B1397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1397F is #4EC680. Grayscale: #646464. Windows color (decimal): -5162625 or 8337841. OLE color: 8337841.

HSL color Cylindrical-coordinate representation of color #B1397F: hue angle of 325º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1397F is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17757127-
CMYK00.680.280.31
HSL325º51.28%45.88%-
HSV(B)325º67.8%69.41%-
XYZ23.4313.8121.51-
YUV100.86142.76182.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 57 (22.66% from 255) = 15.79%
BLUE value IS 127 (50% from 255) = 35.18%
R=49.03%
G=15.79%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775712700.680.280.3132551.2845.88
HexB1397F0441C1F145332e
Octal26171177010434375056356
Binary101100011110011111111010001001110011111101000101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1397F; }

 p { color: rgb(177,57,127); }

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

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

 a { background-color: rgb(177,57,127); }

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

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

 span { border-color: rgb(177,57,127); }

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