#B31891

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

Shades of Medium Violet Red #B31891

Tints of Medium Violet Red #B31891

Color information

#B31891 (or 0xB31891) is unknown color: approx Medium Violet Red. HEX triplet: B3, 18 and 91. RGB value is (179,24,145). Sum of RGB (Red+Green+Blue) = 179+24+145=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B31891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31891 is #4CE76E. Grayscale: #535353. Windows color (decimal): -5039983 or 9509043. OLE color: 9509043.

HSL color Cylindrical-coordinate representation of color #B31891: hue angle of 313.16º degrees, saturation: 0.76, 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 #B31891 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB17924145-
CMYK00.870.190.30
HSL313.16º76.35%39.8%-
HSV(B)313.16º86.59%70.2%-
XYZ24.0312.2827.89-
YUV84.14162.35195.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 24 (9.77% from 255) = 6.90%
BLUE value IS 145 (57.03% from 255) = 41.67%
R=51.44%
G=6.90%
B=41.67%

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
Decimal1792414500.870.190.30313.1676.3539.8
HexB31891057131E1394c28
Octal263302210127233647111450
Binary1011001111000100100010101011110011111101001110011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31891; }

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

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

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

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

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

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

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

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