#B1399E

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

Shades of Medium Red Violet #B1399E

Tints of Medium Red Violet #B1399E

Color information

#B1399E (or 0xB1399E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 39 and 9E. RGB value is (177,57,158). Sum of RGB (Red+Green+Blue) = 177+57+158=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1399E is #4EC661. Grayscale: #686868. Windows color (decimal): -5162594 or 10369457. OLE color: 10369457.

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

Color convert

RGB17757158-
CMYK00.680.110.31
HSL309.5º51.28%45.88%-
HSV(B)309.5º67.8%69.41%-
XYZ25.7714.7433.84-
YUV104.39158.26179.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 57 (22.66% from 255) = 14.54%
BLUE value IS 158 (62.11% from 255) = 40.31%
R=45.15%
G=14.54%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775715800.680.110.31309.551.2845.88
HexB1399E044B1F136332e
Octal26171236010413374666356
Binary101100011110011001111001000100101111111100110110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1399E; }

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

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

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

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

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

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

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

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