#B4378D

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

Shades of Medium Red Violet #B4378D

Tints of Medium Red Violet #B4378D

Color information

#B4378D (or 0xB4378D) is unknown color: approx Medium Red Violet. HEX triplet: B4, 37 and 8D. RGB value is (180,55,141). Sum of RGB (Red+Green+Blue) = 180+55+141=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4378D is #4BC872. Grayscale: #656565. Windows color (decimal): -4966515 or 9254836. OLE color: 9254836.

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

Color convert

RGB18055141-
CMYK00.690.220.29
HSL318.72º53.19%46.08%-
HSV(B)318.72º69.44%70.59%-
XYZ2514.3626.65-
YUV102.18149.91183.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 55 (21.88% from 255) = 14.63%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=47.87%
G=14.63%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805514100.690.220.29318.7253.1946.08
HexB4378D045161D13f352e
Octal26467215010526354776556
Binary1011010011011110001101010001011011011101100111111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4378D; }

 p { color: rgb(180,55,141); }

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

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

 a { background-color: rgb(180,55,141); }

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

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

 span { border-color: rgb(180,55,141); }

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