#B51C73

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

Shades of Medium Violet Red #B51C73

Tints of Medium Violet Red #B51C73

Color information

#B51C73 (or 0xB51C73) is unknown color: approx Medium Violet Red. HEX triplet: B5, 1C and 73. RGB value is (181,28,115). Sum of RGB (Red+Green+Blue) = 181+28+115=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51C73 is #4AE38C. Grayscale: #535353. Windows color (decimal): -4907917 or 7543989. OLE color: 7543989.

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

Color convert

RGB18128115-
CMYK00.850.360.29
HSL325.88º73.21%40.98%-
HSV(B)325.88º84.53%70.98%-
XYZ22.5711.8917.33-
YUV83.66145.69197.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.86%
GREEN value IS 28 (11.33% from 255) = 8.64%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=55.86%
G=8.64%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812811500.850.360.29325.8873.2140.98
HexB51C73055241D1464929
Octal265341630125443550611151
Binary1011010111100111001101010101100100111011010001101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51C73; }

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

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

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

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

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

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

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

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