#B2329D

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

Shades of Medium Red Violet #B2329D

Tints of Medium Red Violet #B2329D

Color information

#B2329D (or 0xB2329D) is unknown color: approx Medium Red Violet. HEX triplet: B2, 32 and 9D. RGB value is (178,50,157). Sum of RGB (Red+Green+Blue) = 178+50+157=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2329D is #4DCD62. Grayscale: #646464. Windows color (decimal): -5098851 or 10302130. OLE color: 10302130.

HSL color Cylindrical-coordinate representation of color #B2329D: hue angle of 309.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2329D is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17850157-
CMYK00.720.120.30
HSL309.84º56.14%44.71%-
HSV(B)309.84º71.91%69.8%-
XYZ25.5914.1833.29-
YUV100.47159.91183.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 50 (19.92% from 255) = 12.99%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=46.23%
G=12.99%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785015700.720.120.30309.8456.1444.71
HexB2329D048C1E136382d
Octal26262235011014364667055
Binary101100101100101001110101001000110011110100110110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2329D; }

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

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

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

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

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

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

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

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