#B1387B

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

Shades of Medium Red Violet #B1387B

Tints of Medium Red Violet #B1387B

Color information

#B1387B (or 0xB1387B) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 7B. RGB value is (177,56,123). Sum of RGB (Red+Green+Blue) = 177+56+123=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1387B is #4EC784. Grayscale: #636363. Windows color (decimal): -5162885 or 8075441. OLE color: 8075441.

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

Color convert

RGB17756123-
CMYK00.680.310.31
HSL326.78º51.93%45.69%-
HSV(B)326.78º68.36%69.41%-
XYZ23.1213.6120.15-
YUV99.82141.09183.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 56 (22.27% from 255) = 15.73%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=49.72%
G=15.73%
B=34.55%

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
Decimal1775612300.680.310.31326.7851.9345.69
HexB1387B0441F1F147342e
Octal26170173010437375076456
Binary101100011110001111011010001001111111111101000111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1387B; }

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

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

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

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

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

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

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

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