#b51172

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

Shades of Medium Violet Red #B51172

Tints of Medium Violet Red #B51172

Color information

#B51172 (or 0xB51172) is unknown color: approx Medium Violet Red. HEX triplet: B5, 11 and 72. RGB value is (181,17,114). Sum of RGB (Red+Green+Blue) = 181+17+114=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B51172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51172 is #4AEE8D. Grayscale: #4C4C4C. Windows color (decimal): -4910734 or 7475637. OLE color: 7475637.

HSL color Cylindrical-coordinate representation of color #B51172: hue angle of 324.51º 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 #B51172 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18117114-
CMYK00.910.370.29
HSL324.51º82.83%38.82%-
HSV(B)324.51º90.61%70.98%-
XYZ22.2911.4416.95-
YUV77.09148.83202.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.01%
GREEN value IS 17 (7.03% from 255) = 5.45%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=58.01%
G=5.45%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811711400.910.370.29324.5182.8338.82
HexB5117205B251D1455327
Octal265211620133453550512347
Binary1011010110001111001001011011100101111011010001011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b51172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b51172; }

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

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

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

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

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

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

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

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