#B7387D

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

Shades of Medium Red Violet #B7387D

Tints of Medium Red Violet #B7387D

Color information

#B7387D (or 0xB7387D) is unknown color: approx Medium Red Violet. HEX triplet: B7, 38 and 7D. RGB value is (183,56,125). Sum of RGB (Red+Green+Blue) = 183+56+125=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7387D is #48C782. Grayscale: #656565. Windows color (decimal): -4769667 or 8206519. OLE color: 8206519.

HSL color Cylindrical-coordinate representation of color #B7387D: hue angle of 327.4º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7387D is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB18356125-
CMYK00.690.320.28
HSL327.4º53.14%46.86%-
HSV(B)327.4º69.4%71.76%-
XYZ24.6414.3820.88-
YUV101.84141.08185.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.27%
GREEN value IS 56 (22.27% from 255) = 15.38%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=50.27%
G=15.38%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835612500.690.320.28327.453.1446.86
HexB7387D045201C147352f
Octal26770175010540345076557
Binary1011011111100011111010100010110000011100101000111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7387D; }

 p { color: rgb(183,56,125); }

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

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

 a { background-color: rgb(183,56,125); }

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

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

 span { border-color: rgb(183,56,125); }

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