#B4397D

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

Shades of Medium Red Violet #B4397D

Tints of Medium Red Violet #B4397D

Color information

#B4397D (or 0xB4397D) is unknown color: approx Medium Red Violet. HEX triplet: B4, 39 and 7D. RGB value is (180,57,125). Sum of RGB (Red+Green+Blue) = 180+57+125=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B4397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4397D is #4BC682. Grayscale: #656565. Windows color (decimal): -4966019 or 8206772. OLE color: 8206772.

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

Color convert

RGB18057125-
CMYK00.680.310.29
HSL326.83º51.9%46.47%-
HSV(B)326.83º68.33%70.59%-
XYZ23.9914.1120.86-
YUV101.53141.25183.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 57 (22.66% from 255) = 15.75%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=49.72%
G=15.75%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805712500.680.310.29326.8351.946.47
HexB4397D0441F1D147342e
Octal26471175010437355076456
Binary101101001110011111101010001001111111101101000111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4397D; }

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

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

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

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

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

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

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

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