#B51E74

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

Shades of Medium Violet Red #B51E74

Tints of Medium Violet Red #B51E74

Color information

#B51E74 (or 0xB51E74) is unknown color: approx Medium Violet Red. HEX triplet: B5, 1E and 74. RGB value is (181,30,116). Sum of RGB (Red+Green+Blue) = 181+30+116=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51E74 is #4AE18B. Grayscale: #545454. Windows color (decimal): -4907404 or 7610037. OLE color: 7610037.

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

Color convert

RGB18130116-
CMYK00.830.360.29
HSL325.83º71.56%41.37%-
HSV(B)325.83º83.43%70.98%-
XYZ22.6712.0117.65-
YUV84.95145.53196.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=55.35%
G=9.17%
B=35.47%

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
Decimal1813011600.830.360.29325.8371.5641.37
HexB51E74053241D1464829
Octal265361640123443550611051
Binary1011010111110111010001010011100100111011010001101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51E74; }

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

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

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

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

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

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

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

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