#B31D74

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

Shades of Medium Violet Red #B31D74

Tints of Medium Violet Red #B31D74

Color information

#B31D74 (or 0xB31D74) is unknown color: approx Medium Violet Red. HEX triplet: B3, 1D and 74. RGB value is (179,29,116). Sum of RGB (Red+Green+Blue) = 179+29+116=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31D74 is #4CE28B. Grayscale: #535353. Windows color (decimal): -5038732 or 7609779. OLE color: 7609779.

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

Color convert

RGB17929116-
CMYK00.840.350.30
HSL325.2º72.12%40.78%-
HSV(B)325.2º83.8%70.2%-
XYZ22.1811.7217.62-
YUV83.77146.2195.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.25%
GREEN value IS 29 (11.72% from 255) = 8.95%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=55.25%
G=8.95%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792911600.840.350.30325.272.1240.78
HexB31D74054231E1454829
Octal263351640124433650511051
Binary1011001111101111010001010100100011111101010001011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31D74; }

 p { color: rgb(179,29,116); }

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

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

 a { background-color: rgb(179,29,116); }

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

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

 span { border-color: rgb(179,29,116); }

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