#B51D87

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

Shades of Medium Violet Red #B51D87

Tints of Medium Violet Red #B51D87

Color information

#B51D87 (or 0xB51D87) is unknown color: approx Medium Violet Red. HEX triplet: B5, 1D and 87. RGB value is (181,29,135). Sum of RGB (Red+Green+Blue) = 181+29+135=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51D87 is #4AE278. Grayscale: #565656. Windows color (decimal): -4907641 or 8854965. OLE color: 8854965.

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

Color convert

RGB18129135-
CMYK00.840.250.29
HSL318.16º72.38%41.18%-
HSV(B)318.16º83.98%70.98%-
XYZ23.8712.4524.07-
YUV86.53155.36195.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.46%
GREEN value IS 29 (11.72% from 255) = 8.41%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=52.46%
G=8.41%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812913500.840.250.29318.1672.3841.18
HexB51D87054191D13e4829
Octal265352070124313547611051
Binary1011010111101100001110101010011001111011001111101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51D87; }

 p { color: rgb(181,29,135); }

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

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

 a { background-color: rgb(181,29,135); }

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

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

 span { border-color: rgb(181,29,135); }

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