#b4387b

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

Shades of Medium Red Violet #B4387B

Tints of Medium Red Violet #B4387B

Color information

#B4387B (or 0xB4387B) is unknown color: approx Medium Red Violet. HEX triplet: B4, 38 and 7B. RGB value is (180,56,123). Sum of RGB (Red+Green+Blue) = 180+56+123=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B4387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4387B is #4BC784. Grayscale: #646464. Windows color (decimal): -4966277 or 8075444. OLE color: 8075444.

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

Color convert

RGB18056123-
CMYK00.690.320.29
HSL327.58º52.54%46.27%-
HSV(B)327.58º68.89%70.59%-
XYZ23.8113.9620.18-
YUV100.71140.58184.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.14%
GREEN value IS 56 (22.27% from 255) = 15.60%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=50.14%
G=15.60%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805612300.690.320.29327.5852.5446.27
HexB4387B045201D148352e
Octal26470173010540355106556
Binary1011010011100011110110100010110000011101101001000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4387b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4387b; }

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

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

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

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

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

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

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

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