#B31074

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

Shades of Medium Violet Red #B31074

Tints of Medium Violet Red #B31074

Color information

#B31074 (or 0xB31074) is unknown color: approx Medium Violet Red. HEX triplet: B3, 10 and 74. RGB value is (179,16,116). Sum of RGB (Red+Green+Blue) = 179+16+116=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B31074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31074 is #4CEF8B. Grayscale: #4B4B4B. Windows color (decimal): -5042060 or 7606451. OLE color: 7606451.

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

Color convert

RGB17916116-
CMYK00.910.350.30
HSL323.19º83.59%38.24%-
HSV(B)323.19º91.06%70.2%-
XYZ21.9311.2217.53-
YUV76.14150.5201.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 16 (6.64% from 255) = 5.14%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=57.56%
G=5.14%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791611600.910.350.30323.1983.5938.24
HexB3107405B231E1435426
Octal263201640133433650312446
Binary1011001110000111010001011011100011111101010000111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31074; }

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

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

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

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

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

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

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

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