#B51379

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

Shades of Medium Violet Red #B51379

Tints of Medium Violet Red #B51379

Color information

#B51379 (or 0xB51379) is unknown color: approx Medium Violet Red. HEX triplet: B5, 13 and 79. RGB value is (181,19,121). Sum of RGB (Red+Green+Blue) = 181+19+121=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B51379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51379 is #4AEC86. Grayscale: #4E4E4E. Windows color (decimal): -4910215 or 7934901. OLE color: 7934901.

HSL color Cylindrical-coordinate representation of color #B51379: hue angle of 322.22º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51379 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB18119121-
CMYK00.900.330.29
HSL322.22º81%39.22%-
HSV(B)322.22º89.5%70.98%-
XYZ22.7411.6719.14-
YUV79.07151.67200.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.39%
GREEN value IS 19 (7.81% from 255) = 5.92%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=56.39%
G=5.92%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811912100.900.330.29322.228139.22
HexB5137905A211D1425127
Octal265231710132413550212147
Binary1011010110011111100101011010100001111011010000101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51379; }

 p { color: rgb(181,19,121); }

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

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

 a { background-color: rgb(181,19,121); }

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

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

 span { border-color: rgb(181,19,121); }

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