#B51D84

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

Shades of Medium Violet Red #B51D84

Tints of Medium Violet Red #B51D84

Color information

#B51D84 (or 0xB51D84) is unknown color: approx Medium Violet Red. HEX triplet: B5, 1D and 84. RGB value is (181,29,132). Sum of RGB (Red+Green+Blue) = 181+29+132=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51D84 is #4AE27B. Grayscale: #555555. Windows color (decimal): -4907644 or 8658357. OLE color: 8658357.

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

Color convert

RGB18129132-
CMYK00.840.270.29
HSL319.34º72.38%41.18%-
HSV(B)319.34º83.98%70.98%-
XYZ23.6612.3722.97-
YUV86.19153.86195.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 29 (11.72% from 255) = 8.48%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=52.92%
G=8.48%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812913200.840.270.29319.3472.3841.18
HexB51D840541B1D13f4829
Octal265352040124333547711051
Binary1011010111101100001000101010011011111011001111111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51D84; }

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

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

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

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

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

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

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

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