#B0329D

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

Shades of Medium Red Violet #B0329D

Tints of Medium Red Violet #B0329D

Color information

#B0329D (or 0xB0329D) is unknown color: approx Medium Red Violet. HEX triplet: B0, 32 and 9D. RGB value is (176,50,157). Sum of RGB (Red+Green+Blue) = 176+50+157=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0329D is #4FCD62. Grayscale: #636363. Windows color (decimal): -5229923 or 10302128. OLE color: 10302128.

HSL color Cylindrical-coordinate representation of color #B0329D: hue angle of 309.05º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0329D is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17650157-
CMYK00.720.110.31
HSL309.05º55.75%44.31%-
HSV(B)309.05º71.59%69.02%-
XYZ25.1313.9533.27-
YUV99.87160.24182.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 50 (19.92% from 255) = 13.05%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=45.95%
G=13.05%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765015700.720.110.31309.0555.7544.31
HexB0329D048B1F135382c
Octal26062235011013374657054
Binary101100001100101001110101001000101111111100110101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0329D; }

 p { color: rgb(176,50,157); }

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

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

 a { background-color: rgb(176,50,157); }

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

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

 span { border-color: rgb(176,50,157); }

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