#B51E73

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

Shades of Medium Violet Red #B51E73

Tints of Medium Violet Red #B51E73

Color information

#B51E73 (or 0xB51E73) is unknown color: approx Medium Violet Red. HEX triplet: B5, 1E and 73. RGB value is (181,30,115). Sum of RGB (Red+Green+Blue) = 181+30+115=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51E73 is #4AE18C. Grayscale: #545454. Windows color (decimal): -4907405 or 7544501. OLE color: 7544501.

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

Color convert

RGB18130115-
CMYK00.830.360.29
HSL326.23º71.56%41.37%-
HSV(B)326.23º83.43%70.98%-
XYZ22.6111.9917.34-
YUV84.84145.03196.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 30 (12.11% from 255) = 9.20%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=55.52%
G=9.20%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813011500.830.360.29326.2371.5641.37
HexB51E73053241D1464829
Octal265361630123443550611051
Binary1011010111110111001101010011100100111011010001101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51E73; }

 p { color: rgb(181,30,115); }

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

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

 a { background-color: rgb(181,30,115); }

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

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

 span { border-color: rgb(181,30,115); }

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