#B4389E

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

Shades of Medium Red Violet #B4389E

Tints of Medium Red Violet #B4389E

Color information

#B4389E (or 0xB4389E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 38 and 9E. RGB value is (180,56,158). Sum of RGB (Red+Green+Blue) = 180+56+158=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B4389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4389E is #4BC761. Grayscale: #686868. Windows color (decimal): -4966242 or 10369204. OLE color: 10369204.

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

Color convert

RGB18056158-
CMYK00.690.120.29
HSL310.65º52.54%46.27%-
HSV(B)310.65º68.89%70.59%-
XYZ26.411533.85-
YUV104.7158.08181.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 56 (22.27% from 255) = 14.21%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=45.69%
G=14.21%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805615800.690.120.29310.6552.5446.27
HexB4389E045C1D137352e
Octal26470236010514354676556
Binary101101001110001001111001000101110011101100110111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4389E; }

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

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

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

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

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

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

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

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