#B31E83

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

Shades of Medium Violet Red #B31E83

Tints of Medium Violet Red #B31E83

Color information

#B31E83 (or 0xB31E83) is unknown color: approx Medium Violet Red. HEX triplet: B3, 1E and 83. RGB value is (179,30,131). Sum of RGB (Red+Green+Blue) = 179+30+131=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31E83 is #4CE17C. Grayscale: #555555. Windows color (decimal): -5038461 or 8593075. OLE color: 8593075.

HSL color Cylindrical-coordinate representation of color #B31E83: hue angle of 319.33º 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 #B31E83 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB17930131-
CMYK00.830.270.30
HSL319.33º71.29%40.98%-
HSV(B)319.33º83.24%70.2%-
XYZ23.1512.1522.6-
YUV86.06153.36194.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.65%
GREEN value IS 30 (12.11% from 255) = 8.82%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=52.65%
G=8.82%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793013100.830.270.30319.3371.2940.98
HexB31E830531B1E13f4729
Octal263362030123333647710751
Binary1011001111110100000110101001111011111101001111111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31E83; }

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

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

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

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

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

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

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

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