#B31E76

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

Shades of Medium Violet Red #B31E76

Tints of Medium Violet Red #B31E76

Color information

#B31E76 (or 0xB31E76) is unknown color: approx Medium Violet Red. HEX triplet: B3, 1E and 76. RGB value is (179,30,118). Sum of RGB (Red+Green+Blue) = 179+30+118=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31E76 is #4CE189. Grayscale: #545454. Windows color (decimal): -5038474 or 7741107. OLE color: 7741107.

HSL color Cylindrical-coordinate representation of color #B31E76: hue angle of 324.56º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31E76 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB17930118-
CMYK00.830.340.30
HSL324.56º71.29%40.98%-
HSV(B)324.56º83.24%70.2%-
XYZ22.3211.8218.24-
YUV84.58146.86195.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.74%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=54.74%
G=9.17%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793011800.830.340.30324.5671.2940.98
HexB31E76053221E1454729
Octal263361660123423650510751
Binary1011001111110111011001010011100010111101010001011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31E76; }

 p { color: rgb(179,30,118); }

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

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

 a { background-color: rgb(179,30,118); }

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

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

 span { border-color: rgb(179,30,118); }

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