#B4398E

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

Shades of Medium Red Violet #B4398E

Tints of Medium Red Violet #B4398E

Color information

#B4398E (or 0xB4398E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 39 and 8E. RGB value is (180,57,142). Sum of RGB (Red+Green+Blue) = 180+57+142=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B4398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4398E is #4BC671. Grayscale: #676767. Windows color (decimal): -4966002 or 9320884. OLE color: 9320884.

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

Color convert

RGB18057142-
CMYK00.680.210.29
HSL318.54º51.9%46.47%-
HSV(B)318.54º68.33%70.59%-
XYZ25.1714.5827.08-
YUV103.47149.75182.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 57 (22.66% from 255) = 15.04%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=47.49%
G=15.04%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805714200.680.210.29318.5451.946.47
HexB4398E044151D13f342e
Octal26471216010425354776456
Binary1011010011100110001110010001001010111101100111111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4398E; }

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

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

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

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

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

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

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

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