#B4387D

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

Shades of Medium Red Violet #B4387D

Tints of Medium Red Violet #B4387D

Color information

#B4387D (or 0xB4387D) is unknown color: approx Medium Red Violet. HEX triplet: B4, 38 and 7D. RGB value is (180,56,125). Sum of RGB (Red+Green+Blue) = 180+56+125=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4387D is #4BC782. Grayscale: #646464. Windows color (decimal): -4966275 or 8206516. OLE color: 8206516.

HSL color Cylindrical-coordinate representation of color #B4387D: hue angle of 326.61º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4387D is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18056125-
CMYK00.690.310.29
HSL326.61º52.54%46.27%-
HSV(B)326.61º68.89%70.59%-
XYZ23.9414.0120.84-
YUV100.94141.58184.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 56 (22.27% from 255) = 15.51%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=49.86%
G=15.51%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805612500.690.310.29326.6152.5446.27
HexB4387D0451F1D147352e
Octal26470175010537355076556
Binary101101001110001111101010001011111111101101000111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4387D; }

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

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

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

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

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

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

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

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