#b31791

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

Shades of Medium Violet Red #B31791

Tints of Medium Violet Red #B31791

Color information

#B31791 (or 0xB31791) is unknown color: approx Medium Violet Red. HEX triplet: B3, 17 and 91. RGB value is (179,23,145). Sum of RGB (Red+Green+Blue) = 179+23+145=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B31791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31791 is #4CE86E. Grayscale: #535353. Windows color (decimal): -5040239 or 9508787. OLE color: 9508787.

HSL color Cylindrical-coordinate representation of color #B31791: hue angle of 313.08º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31791 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB17923145-
CMYK00.870.190.30
HSL313.08º77.23%39.61%-
HSV(B)313.08º87.15%70.2%-
XYZ24.0112.2427.89-
YUV83.55162.68196.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.59%
GREEN value IS 23 (9.38% from 255) = 6.63%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=51.59%
G=6.63%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792314500.870.190.30313.0877.2339.61
HexB31791057131E1394d28
Octal263272210127233647111550
Binary1011001110111100100010101011110011111101001110011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b31791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b31791; }

 p { color: rgb(179,23,145); }

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

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

 a { background-color: rgb(179,23,145); }

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

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

 span { border-color: rgb(179,23,145); }

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