#b4397f

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

Shades of Medium Red Violet #B4397F

Tints of Medium Red Violet #B4397F

Color information

#B4397F (or 0xB4397F) is unknown color: approx Medium Red Violet. HEX triplet: B4, 39 and 7F. RGB value is (180,57,127). Sum of RGB (Red+Green+Blue) = 180+57+127=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B4397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4397F is #4BC680. Grayscale: #656565. Windows color (decimal): -4966017 or 8337844. OLE color: 8337844.

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

Color convert

RGB18057127-
CMYK00.680.290.29
HSL325.85º51.9%46.47%-
HSV(B)325.85º68.33%70.59%-
XYZ24.1214.1621.54-
YUV101.76142.25183.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 57 (22.66% from 255) = 15.66%
BLUE value IS 127 (50% from 255) = 34.89%
R=49.45%
G=15.66%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805712700.680.290.29325.8551.946.47
HexB4397F0441D1D146342e
Octal26471177010435355066456
Binary101101001110011111111010001001110111101101000110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4397f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4397f; }

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

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

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

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

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

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

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

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