#B51E7A

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

Shades of Medium Violet Red #B51E7A

Tints of Medium Violet Red #B51E7A

Color information

#B51E7A (or 0xB51E7A) is unknown color: approx Medium Violet Red. HEX triplet: B5, 1E and 7A. RGB value is (181,30,122). Sum of RGB (Red+Green+Blue) = 181+30+122=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51E7A is #4AE185. Grayscale: #555555. Windows color (decimal): -4907398 or 8003253. OLE color: 8003253.

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

Color convert

RGB18130122-
CMYK00.830.330.29
HSL323.44º71.56%41.37%-
HSV(B)323.44º83.43%70.98%-
XYZ23.0312.1619.54-
YUV85.64148.53196.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 30 (12.11% from 255) = 9.01%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=54.35%
G=9.01%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813012200.830.330.29323.4471.5641.37
HexB51E7A053211D1434829
Octal265361720123413550311051
Binary1011010111110111101001010011100001111011010000111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51E7A; }

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

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

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

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

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

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

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

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