#B4399D

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

Shades of Medium Red Violet #B4399D

Tints of Medium Red Violet #B4399D

Color information

#B4399D (or 0xB4399D) is unknown color: approx Medium Red Violet. HEX triplet: B4, 39 and 9D. RGB value is (180,57,157). Sum of RGB (Red+Green+Blue) = 180+57+157=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B4399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4399D is #4BC662. Grayscale: #686868. Windows color (decimal): -4965987 or 10303924. OLE color: 10303924.

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

Color convert

RGB18057157-
CMYK00.680.130.29
HSL311.22º51.9%46.47%-
HSV(B)311.22º68.33%70.59%-
XYZ26.3715.0633.42-
YUV105.18157.25181.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 57 (22.66% from 255) = 14.47%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=45.69%
G=14.47%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805715700.680.130.29311.2251.946.47
HexB4399D044D1D137342e
Octal26471235010415354676456
Binary101101001110011001110101000100110111101100110111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4399D; }

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

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

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

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

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

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

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

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