#B0329E

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

Shades of Medium Red Violet #B0329E

Tints of Medium Red Violet #B0329E

Color information

#B0329E (or 0xB0329E) is unknown color: approx Medium Red Violet. HEX triplet: B0, 32 and 9E. RGB value is (176,50,158). Sum of RGB (Red+Green+Blue) = 176+50+158=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0329E is #4FCD61. Grayscale: #636363. Windows color (decimal): -5229922 or 10367664. OLE color: 10367664.

HSL color Cylindrical-coordinate representation of color #B0329E: hue angle of 308.57º 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 #B0329E is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17650158-
CMYK00.720.100.31
HSL308.57º55.75%44.31%-
HSV(B)308.57º71.59%69.02%-
XYZ25.2213.9833.72-
YUV99.99160.74182.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.83%
GREEN value IS 50 (19.92% from 255) = 13.02%
BLUE value IS 158 (62.11% from 255) = 41.15%
R=45.83%
G=13.02%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765015800.720.100.31308.5755.7544.31
HexB0329E048A1F135382c
Octal26062236011012374657054
Binary101100001100101001111001001000101011111100110101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0329E; }

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

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

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

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

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

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

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

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