#B1399B

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

Shades of Medium Red Violet #B1399B

Tints of Medium Red Violet #B1399B

Color information

#B1399B (or 0xB1399B) is unknown color: approx Medium Red Violet. HEX triplet: B1, 39 and 9B. RGB value is (177,57,155). Sum of RGB (Red+Green+Blue) = 177+57+155=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1399B is #4EC664. Grayscale: #676767. Windows color (decimal): -5162597 or 10172849. OLE color: 10172849.

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

Color convert

RGB17757155-
CMYK00.680.120.31
HSL311º51.28%45.88%-
HSV(B)311º67.8%69.41%-
XYZ25.5114.6432.49-
YUV104.05156.76180.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 57 (22.66% from 255) = 14.65%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=45.50%
G=14.65%
B=39.85%

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
Decimal1775715500.680.120.3131151.2845.88
HexB1399B044C1F137332e
Octal26171233010414374676356
Binary101100011110011001101101000100110011111100110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1399B; }

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

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

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

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

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

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

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

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