#B51974

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

Shades of Medium Violet Red #B51974

Tints of Medium Violet Red #B51974

Color information

#B51974 (or 0xB51974) is unknown color: approx Medium Violet Red. HEX triplet: B5, 19 and 74. RGB value is (181,25,116). Sum of RGB (Red+Green+Blue) = 181+25+116=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B51974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51974 is #4AE68B. Grayscale: #515151. Windows color (decimal): -4908684 or 7608757. OLE color: 7608757.

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

Color convert

RGB18125116-
CMYK00.860.360.29
HSL325º75.73%40.39%-
HSV(B)325º86.19%70.98%-
XYZ22.5611.7817.61-
YUV82.02147.18198.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 25 (10.16% from 255) = 7.76%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=56.21%
G=7.76%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812511600.860.360.2932575.7340.39
HexB51974056241D1454c28
Octal265311640126443550511450
Binary1011010111001111010001010110100100111011010001011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51974; }

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

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

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

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

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

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

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

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