#B4399B

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

Shades of Medium Red Violet #B4399B

Tints of Medium Red Violet #B4399B

Color information

#B4399B (or 0xB4399B) is unknown color: approx Medium Red Violet. HEX triplet: B4, 39 and 9B. RGB value is (180,57,155). Sum of RGB (Red+Green+Blue) = 180+57+155=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4399B is #4BC664. Grayscale: #686868. Windows color (decimal): -4965989 or 10172852. OLE color: 10172852.

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

Color convert

RGB18057155-
CMYK00.680.140.29
HSL312.2º51.9%46.47%-
HSV(B)312.2º68.33%70.59%-
XYZ26.21532.52-
YUV104.95156.25181.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 57 (22.66% from 255) = 14.54%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=45.92%
G=14.54%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805715500.680.140.29312.251.946.47
HexB4399B044E1D138342e
Octal26471233010416354706456
Binary101101001110011001101101000100111011101100111000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4399B; }

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

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

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

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

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

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

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

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