#B51A74

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

Shades of Medium Violet Red #B51A74

Tints of Medium Violet Red #B51A74

Color information

#B51A74 (or 0xB51A74) is unknown color: approx Medium Violet Red. HEX triplet: B5, 1A and 74. RGB value is (181,26,116). Sum of RGB (Red+Green+Blue) = 181+26+116=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51A74 is #4AE58B. Grayscale: #525252. Windows color (decimal): -4908428 or 7609013. OLE color: 7609013.

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

Color convert

RGB18126116-
CMYK00.860.360.29
HSL325.16º74.88%40.59%-
HSV(B)325.16º85.64%70.98%-
XYZ22.5811.8217.62-
YUV82.6146.85198.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 26 (10.55% from 255) = 8.05%
BLUE value IS 116 (45.70% from 255) = 35.91%
R=56.04%
G=8.05%
B=35.91%

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
Decimal1812611600.860.360.29325.1674.8840.59
HexB51A74056241D1454b29
Octal265321640126443550511351
Binary1011010111010111010001010110100100111011010001011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51A74; }

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

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

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

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

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

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

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

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