#B4328B

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

Shades of Medium Red Violet #B4328B

Tints of Medium Red Violet #B4328B

Color information

#B4328B (or 0xB4328B) is unknown color: approx Medium Red Violet. HEX triplet: B4, 32 and 8B. RGB value is (180,50,139). Sum of RGB (Red+Green+Blue) = 180+50+139=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4328B is #4BCD74. Grayscale: #626262. Windows color (decimal): -4967797 or 9122484. OLE color: 9122484.

HSL color Cylindrical-coordinate representation of color #B4328B: hue angle of 318.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4328B is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18050139-
CMYK00.720.230.29
HSL318.92º56.52%45.1%-
HSV(B)318.92º72.22%70.59%-
XYZ24.6213.8525.8-
YUV99.02150.57185.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 50 (19.92% from 255) = 13.55%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=48.78%
G=13.55%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805013900.720.230.29318.9256.5245.1
HexB4328B048171D13f392d
Octal26462213011027354777155
Binary1011010011001010001011010010001011111101100111111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4328B; }

 p { color: rgb(180,50,139); }

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

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

 a { background-color: rgb(180,50,139); }

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

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

 span { border-color: rgb(180,50,139); }

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