#B1387A

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

Shades of Medium Red Violet #B1387A

Tints of Medium Red Violet #B1387A

Color information

#B1387A (or 0xB1387A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 7A. RGB value is (177,56,122). Sum of RGB (Red+Green+Blue) = 177+56+122=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1387A is #4EC785. Grayscale: #636363. Windows color (decimal): -5162886 or 8009905. OLE color: 8009905.

HSL color Cylindrical-coordinate representation of color #B1387A: hue angle of 327.27º degrees, saturation: 0.52, 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 #B1387A is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17756122-
CMYK00.680.310.31
HSL327.27º51.93%45.69%-
HSV(B)327.27º68.36%69.41%-
XYZ23.0613.5819.82-
YUV99.7140.59183.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 56 (22.27% from 255) = 15.77%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=49.86%
G=15.77%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775612200.680.310.31327.2751.9345.69
HexB1387A0441F1F147342e
Octal26170172010437375076456
Binary101100011110001111010010001001111111111101000111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1387A; }

 p { color: rgb(177,56,122); }

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

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

 a { background-color: rgb(177,56,122); }

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

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

 span { border-color: rgb(177,56,122); }

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