#B81D79

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

Shades of Medium Violet Red #B81D79

Tints of Medium Violet Red #B81D79

Color information

#B81D79 (or 0xB81D79) is unknown color: approx Medium Violet Red. HEX triplet: B8, 1D and 79. RGB value is (184,29,121). Sum of RGB (Red+Green+Blue) = 184+29+121=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81D79 is #47E286. Grayscale: #555555. Windows color (decimal): -4711047 or 7937464. OLE color: 7937464.

HSL color Cylindrical-coordinate representation of color #B81D79: hue angle of 324.39º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81D79 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB18429121-
CMYK00.840.340.28
HSL324.39º72.77%41.76%-
HSV(B)324.39º84.24%72.16%-
XYZ23.6612.4519.25-
YUV85.83147.85198.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.09%
GREEN value IS 29 (11.72% from 255) = 8.68%
BLUE value IS 121 (47.66% from 255) = 36.23%
R=55.09%
G=8.68%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842912100.840.340.28324.3972.7741.76
HexB81D79054221C144492a
Octal270351710124423450411152
Binary1011100011101111100101010100100010111001010001001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81D79; }

 p { color: rgb(184,29,121); }

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

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

 a { background-color: rgb(184,29,121); }

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

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

 span { border-color: rgb(184,29,121); }

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