#b51e95

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

Shades of Medium Violet Red #B51E95

Tints of Medium Violet Red #B51E95

Color information

#B51E95 (or 0xB51E95) is unknown color: approx Medium Violet Red. HEX triplet: B5, 1E and 95. RGB value is (181,30,149). Sum of RGB (Red+Green+Blue) = 181+30+149=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51E95 is #4AE16A. Grayscale: #585858. Windows color (decimal): -4907371 or 9772725. OLE color: 9772725.

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

Color convert

RGB18130149-
CMYK00.830.180.29
HSL312.72º71.56%41.37%-
HSV(B)312.72º83.43%70.98%-
XYZ24.9512.9229.61-
YUV88.72162.03193.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.28%
GREEN value IS 30 (12.11% from 255) = 8.33%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=50.28%
G=8.33%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813014900.830.180.29312.7271.5641.37
HexB51E95053121D1394829
Octal265362250123223547111051
Binary1011010111110100101010101001110010111011001110011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b51e95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b51e95; }

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

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

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

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

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

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

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

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