#B51174

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

Shades of Medium Violet Red #B51174

Tints of Medium Violet Red #B51174

Color information

#B51174 (or 0xB51174) is unknown color: approx Medium Violet Red. HEX triplet: B5, 11 and 74. RGB value is (181,17,116). Sum of RGB (Red+Green+Blue) = 181+17+116=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B51174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51174 is #4AEE8B. Grayscale: #4D4D4D. Windows color (decimal): -4910732 or 7606709. OLE color: 7606709.

HSL color Cylindrical-coordinate representation of color #B51174: hue angle of 323.78º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51174 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18117116-
CMYK00.910.360.29
HSL323.78º82.83%38.82%-
HSV(B)323.78º90.61%70.98%-
XYZ22.4111.4917.56-
YUV77.32149.83201.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.64%
GREEN value IS 17 (7.03% from 255) = 5.41%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=57.64%
G=5.41%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811711600.910.360.29323.7882.8338.82
HexB5117405B241D1445327
Octal265211640133443550412347
Binary1011010110001111010001011011100100111011010001001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51174; }

 p { color: rgb(181,17,116); }

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

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

 a { background-color: rgb(181,17,116); }

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

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

 span { border-color: rgb(181,17,116); }

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