#B1389C

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

Shades of Medium Red Violet #B1389C

Tints of Medium Red Violet #B1389C

Color information

#B1389C (or 0xB1389C) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 9C. RGB value is (177,56,156). Sum of RGB (Red+Green+Blue) = 177+56+156=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1389C is #4EC763. Grayscale: #676767. Windows color (decimal): -5162852 or 10238129. OLE color: 10238129.

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

Color convert

RGB17756156-
CMYK00.680.120.31
HSL310.41º51.93%45.69%-
HSV(B)310.41º68.36%69.41%-
XYZ25.5514.5832.92-
YUV103.58157.59180.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 56 (22.27% from 255) = 14.40%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=45.50%
G=14.40%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775615600.680.120.31310.4151.9345.69
HexB1389C044C1F136342e
Octal26170234010414374666456
Binary101100011110001001110001000100110011111100110110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1389C; }

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

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

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

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

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

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

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

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