#B8329D

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

Shades of Medium Red Violet #B8329D

Tints of Medium Red Violet #B8329D

Color information

#B8329D (or 0xB8329D) is unknown color: approx Medium Red Violet. HEX triplet: B8, 32 and 9D. RGB value is (184,50,157). Sum of RGB (Red+Green+Blue) = 184+50+157=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8329D is #47CD62. Grayscale: #656565. Windows color (decimal): -4705635 or 10302136. OLE color: 10302136.

HSL color Cylindrical-coordinate representation of color #B8329D: hue angle of 312.09º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8329D is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB18450157-
CMYK00.730.150.28
HSL312.09º57.26%45.88%-
HSV(B)312.09º72.83%72.16%-
XYZ26.9914.9133.35-
YUV102.26158.89186.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 50 (19.92% from 255) = 12.79%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=47.06%
G=12.79%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845015700.730.150.28312.0957.2645.88
HexB8329D049F1C138392e
Octal27062235011117344707156
Binary101110001100101001110101001001111111100100111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8329D; }

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

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

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

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

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

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

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

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