#B3329E

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

Shades of Medium Red Violet #B3329E

Tints of Medium Red Violet #B3329E

Color information

#B3329E (or 0xB3329E) is unknown color: approx Medium Red Violet. HEX triplet: B3, 32 and 9E. RGB value is (179,50,158). Sum of RGB (Red+Green+Blue) = 179+50+158=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3329E is #4CCD61. Grayscale: #646464. Windows color (decimal): -5033314 or 10367667. OLE color: 10367667.

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

Color convert

RGB17950158-
CMYK00.720.120.30
HSL309.77º56.33%44.9%-
HSV(B)309.77º72.07%70.2%-
XYZ25.914.3333.75-
YUV100.88160.24183.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 50 (19.92% from 255) = 12.92%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=46.25%
G=12.92%
B=40.83%

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
Decimal1795015800.720.120.30309.7756.3344.9
HexB3329E048C1E136382d
Octal26362236011014364667055
Binary101100111100101001111001001000110011110100110110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3329E; }

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

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

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

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

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

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

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

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